-
The message:
```
python3 deepy.py generate.py -d configs tokenformer/1-5B_eval.yml text_generation.yml --text_gen_type interactive
[2024-11-07 00:21:17,970] [INFO] [real_accelerator.py:161:get_…
-
We did following :
1. Took nvidia/Llama-3.1-Nemotron-70B-Instruct-HF base model and performed fine tuning using our custom data set for classification task . Training completed in 6 hrs or so and w…
-
CUDA and torch version used in this project looks outdated.
Can I use CUDA 12.1 instead or does this cause bug?
-
Happens on both single-player and server. On the server, only the client crashes.
FABRIC API Version 0.90.7+1.20.1
FABRIC Loader Version 0.14.24
Throwable Torches Version 1.20.1-1
Minecraft Ver…
-
### Checklist
- [ ] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
RuntimeError: Error(s) in loading state_dict for ImageProjModel:
size mismatch for proj.weight: copying a param with shape torch.Size([65536, 768]) from checkpoint, the shape in current model…
-
Traceback (most recent call last):
File "G:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2012, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_modu…
-
I'm trying to get working patch model patcher + torch compile
But i'm getting this error:
Using flux dev
Also gguf does not work.
It seems that the only model working is flux dev fp8.
```
Fil…
-
### Describe the bug
I have played with [BEST-RQ recipe](https://github.com/speechbrain/speechbrain/tree/develop/recipes/LibriSpeech/self-supervised-learning/BEST-RQ), and my goal is replicate result…
-
The following code snippet demonstrates an issue with `torch.nn.functional.linear(...)` and `torch.nn.functional.conv2d(...)` when using automatic broadcasting on the GPU. Specifically, the outputs of…