-
### System Info
- DGX H100
- TensorrtLlm 0.7.1
### Who can help?
_No response_
### Information
- [X] The official example scripts
- [ ] My own modified scripts
### Tasks
- [X] An officially s…
-
Hi thanks for the great work :)
I download model from https://huggingface.co/feizhengcong/Diffusion-RWKV/blob/main/l-2-uncond.pt and try to run it using:
```
python sample.py --model DRWKV-L/2…
-
### 🐛 Describe the bug
-- i understand i still have to respond to my PR on kernel creation speed (sorry about that!) - but I found another problem when trying to convolve 96kHz 2 sec long room impuls…
-
I've trained a model on the 'Ligand' submodel variation successfully. When running the model to create an output of SMILES I came across this error related to the the tensor shapes:
RuntimeError: E…
-
### The model to consider.
https://huggingface.co/Tele-AI/TeleChat-12B
### The closest model vllm already supports.
qwen2
### What's your difficulty of supporting the model you want?
I …
-
RuntimeError: Error(s) in loading state_dict for Generator:
size mismatch for pixelwise_flow_predictor.hourglass.encoder.down_blocks.0.conv.weight: copying a param with shape torch.Size([128, 44, 3,…
-
(1)deep部分的权重能提供下?还是deep部分原来的ckpt.t7文件
(2)能提供下详细的复现步骤和文件?
目前出现下面错误:
RuntimeError: Error(s) in loading state_dict for Net:
size mismatch for classifier.4.weight: copying a param with shape torch.Si…
-
Shape mismatch is happening if I try to add extra 2 characters.
Any solution for the same?
If i want to do fine tuning on TPS-ResNet-BiLSTM-Attn.pth
`RuntimeError: Error(s) in loading state_dic…
-
When i try to load the pretrained model (for ade20k) with --use_vae as True, I get the following error
```
RuntimeError: Error(s) in loading state_dict for SPADEGenerator:
size mismatch f…
-
I am using ChebConv layer from pytorch geometric. I am using a fix edge_index for all the graphs, hence fix norm. Because of this instead of calculating norm in forward function, I am passing it as a …