-
### Your current environment
```text
The output of `python collect_env.py`
```
```
:128: RuntimeWarning: 'torch.utils.collect_env' found in sys.modules after import of package 'torch.utils', bu…
-
### What is the issue?
I don't have a problem running codestral so the problem isn't with the model size, right?
```bash
ollama run deepseek-coder-v2
pulling manifest
pulling 5ff0abeeac1d...…
-
I'm suddenly unable to analyse images? See below error/log. I just wanted to do some prompt testing and now this error appears? It was working before lunch.
#### It seems to be working if I pass di…
bexem updated
3 months ago
-
> ```shell
> pip's dependency
> ```
Hi @Luo-Z13,
- The error related to `pip's dependency` can be ignored.
- The error `TypeError: pad_sequence(): argument 'padding_value' (posi…
-
Hi,
I see that the Llava model is trained with full finetuning of the LLM.
Did you do the ablation using LoRAs?
If so do you have a version with LoRA instead of full finetuning?
Thanks!
-
It appears that models will be loaded on different gpus when setting `num_processes` to more than one, which will cause error:
`RuntimeError: Expected all tensors to be on the same device, but found …
-
````
koboldcpp_163.exe --model "knowledge/Meta-Llama-3-8B.Q8_0.gguf" --threads 12 --noshift --smartcontext --contextsize 16384 --usemlock --blasbatchsize 2048 --useclblast 0 0 --gpulayers 2 --bantoke…
-
I'm getting the following error when I go to *Admin* section and spams the docker logs:
```
SqliteError: no such table: tasks
at Database.prepare (/app/node_modules/better-sqlite3/lib/methods/w…
-
### What is the issue?
Hi, Downloaded latest llama3 model after installing ollama for **Windows** from https://www.ollama.com
I have downloaded llama3 latest model.
```
C:\Windows\System32>oll…
-
我自己尝试复现, 在英文领域表现更低了, 感觉不正常.
我在原版llava上进行的改动, 我只改了对输入进行preprocess的整体逻辑,包括mask targets 这部分和 conversation部分的内容.
请问其他还有啥需要改动的地方嘛?