-
-
Input MSAs were truncated to be a single entry (duplicates of the input sequences) because leaving `msa:` blank causes errors for some reason.
```
>101
MGDWSALGRLLDKVQAYSTAGGKVWLSVLFIFRILLLGTAVESA…
-
### Comment:
Hey dear maintainers and contributors.
Conda is used quite a bit in the ML ecosystem. It's a great option because installing pytorch for your particular system should be just `conda i…
-
Hi, I'd like to know if pangu-weather forecast model can be converted to pytoch, here is the link to the pangu-moedl: https://github.com/198808xc/Pangu-Weather
-
Environment:
- Ubuntu 24.04
- CUDA 12.6
- NVIDIA RTX A5000
- Driver 560.35.03
Issue:
When running with CUDA 12.6, getting error:
CUDA initialization: CUDA unknown error - this may be due to a…
-
Hi! when I try to run a python [scripts](https://github.com/pytorch/PiPPy/blob/main/examples/llama/pippy_llama.py) for llm inference in pipeline parallelism on single server with multi GPUs. It turned…
-
I try to export ReDimNet model from pytorch to ONNX. Please help me this out. The code I use is :
```
import torch
model = torch.hub.load('IDRnD/ReDimNet', 'b3', pretrained=True, finetuned=False)
…
-
### Reason/inspiration (optional)
We would like a new entry on the `.index_copy_()` term under PyTorch. The entry should go in a new file under `docs/content/pytorch/concepts/tensor-operations/term…
-
When conflicting extra groups share a dependant, both extra groups seem to be installed.
Consider the following example adapted from the [docs](https://docs.astral.sh/uv/guides/integration/pytorch/…
-
I would like to record some model activations in an architecture-invariant way.
In PyTorch, we can use [forward hooks](https://pytorch.org/docs/stable/generated/torch.nn.modules.module.register_modul…