ELigoP
ELigoP
I've got similar issue when using kind of `A` and then referencing this as `A`. I hoped `U` will be inferred, but got this error instead. Had to go another...
I tried to read the code to contribute fix but didn't understand where to start.
I would look from psychological perspective, too: if there would be clear objectives what users are going to do on GPUs (e.g. research, benchmarks etc.), it would attract attention and...
Commenting, so to keep it relevant.
When I try running flask app with this config, I get ``` Apr 30 08:56:56.002 [INFO] Loading tokenizer for meta-llama/Meta-Llama-3-70B Traceback (most recent call last): File "/home/user/.local/bin/flask", line 8, in...
> You can try [chatllm.cpp](https://github.com/foldl/chatllm.cpp), which supports GLM-4. Well, it chatllm.cpp is CPU-only. Why not trying transformers version in fp16. llama.cpp GPU support for GLM-4 would be great, and then...
vLLM 0.7.2 user here. For me, using "rope_type" instead of "type" helped. But now I am not sure if context is processed correctly, as [Qwen instruction page](https://huggingface.co/Qwen/Qwen2.5-Coder-7B-Instruct#processing-long-texts) (maybe outdated?) tells...
https://stackoverflow.com/questions/70211837/keyboard-shortcuts-commands-on-non-latin-alphabet-keyboards-javascript - if preserving strings in form of "Shift+A" is important, then this might be way to go, `src/app/util/check-key-combo.ts` needs to be modified. Can do this later if I have...
Yes, it is. Have tried a few things, haven't time/energy to finish yet.