-
I followed the https://github.com/alibaba/TinyNeuralNetwork/blob/main/examples/quantization/post_error_anaylsis.py
calibrated with 10 iterations on test dataloader.
But my network PTQ outputs re…
-
ERROR: No matching distribution found for torch==1.12.1+cu113
1.496 ERROR: Could not find a version that satisfies the requirement torch==1.12.1+cu113 (from versions: 1.8.0, 1.8.1, 1.9.0, 1.10.0,…
-
I only have a legacy GPU with 24 GB vram, When I try to run sd3.5_large with controlenet blur it reports RuntimeError: CUDA error: CUBLAS_STATUS_ALLOC_FAILED when calling `cublasCreate(handle)` Seems…
-
### Describe the bug
Hi all,
I am investigating the failure of the numerical accuracy test failure of `03-matrix-multiplication.py` on the AMD MI300 GPUs. This example uses `float16` and compar…
-
### What happened?
For the given IR
```mlir
module {
func.func @torch_jit(%arg0: !torch.vtensor, %arg1: !torch.vtensor, %arg2: !torch.vtensor) -> !torch.vtensor attributes {torch.onnx_meta.ir_ver…
-
### Reminder
- [X] I have read the README and searched the existing issues.
### System Info
- `llamafactory` version: 0.9.1.dev0
- Platform: Linux-5.15.0-125-generic-x86_64-with-glibc2.31
-…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
_No …
-
### Describe the bug
To reproduce the issue, you can run the following python test:
```python#
import torch
import triton
import triton.language as tl
@triton.jit
def repro_kernel(q_ref,
…
-
-
Since torch/torchvision is still listed in the pyproject.toml, it is currently impossible (aside from manually modifying the dependencies) to use the package without installing torch. Thus, torch sho…