-
Hi,
I am trying example_prediction.py or inference_examples_DICOM.py and I am getting a message **Deformable Transformer Encoder is not available.** This is the same as in inference_examples_DICOM.ip…
-
```python
import torch
import thunder
from contextvars import ContextVar
_compile_data = ContextVar("compile_data", default=1)
def fn(x):
v = _compile_data.get()
return x + v
jfn…
-
Quark is a comprehensive cross-platform toolkit designed to simplify and enhance the quantization of deep learning models. Supporting both PyTorch and ONNX models, Quark empowers developers to optimiz…
-
### Description of the bug:
I tried running the example.py script given for quantization example, but for Llama. Wherever the reference to Gemma was made, I made appropriate references to Llama. The…
-
### Issue description
pypots/nn/modules/reformer/local_attention.py:31: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead
Ma…
-
With kaolin==0.16.0, when I use easy_render with the camera above the center of my mesh, and the camera looking straight down, I get a black image.
```python
from kaolin.render.easy_render import …
-
Goiing through the readme for setup, failing on this command:
```
# install compatible pytorch geometric in this order WITH versions
pip install --no-cache-dir torch-scatter==2.0.9 torch-sparse…
-
```shell
[rank7]: File "/data/miniconda3/envs/o1/lib/python3.10/site-packages/torch/_ops.py", line 1116, in __call__
[rank7]: return self._op(*args, **(kwargs or {}))
[rank7]: torch._dynamo.e…
-
Hi, when I tried to run test. I got this error.
```bash
Unexpected key(s) in state_dict: "backbone.patch_embed.backbone.layers.3.downsample.norm.weight", "backbone.patch_embed.backbone.layers.3.down…
-
A 1 layer hf llama 1b with 1 layer is too slow in Thunder.
Repro for instantiating the model:
```py
import torch
from transformers.models.llama import LlamaForCausalLM, LlamaConfig
LLAMA_3_2_…