-
### š Describe the bug
version:
python 3.10
torch 2.1.0
cuda 12.1
put breakpoint in row x = x.detach()
```python
import torch
import torchvision
class BoQ_DinoV2(torch.nn.Module):
ā¦
-
### Description
When comparing the output of scipy.spatial.distance_matrix and cupyx.scipy.spatial.distance_matrix, the output is different depending on whether or not I copy the numpy arrays before ā¦
-
**Description**
A clear and concise description of what the bug is.
I am trying to use the newly introduced [triton inference server In-Process python API](https://github.com/triton-inference-serverā¦
-
Hi, when I use `pip install git+https://github.com/tatsy/torchmcubes.git` to install, it will cause:
I am using Python 3.12.2 and CUDA 12.2.
```bash
pip install git+https://github.com/tatsy/torā¦
-
I had an issue in one of the services I work on, where it would use more and more memory until crashing. After some digging around I was able to reduce it to the following script:
```python
import aā¦
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a simā¦
-
## Bug Report
@trilinos/stokhos @etphipp
### Description
The `Stokhos_TpetraCrsMatrixUQPCEUnitTest_Cuda_MPI_4` unit test fails in cuda/11.4.2 builds with the following output:
```
...
317: Cuā¦
-
I have this scenario:
I need a project that installs torch and torchvision ("torch==2.1.2", "torchvision==0.16.2") and a dependency ([piq==0.8.0](https://github.com/photosynthesis-team/piq)) that conā¦
-
Requirement already satisfied: packaging in ./venv/lib/python3.11/site-packages (from -r requirements.txt (line 1)) (21.3)
Collecting torch==2.1.0 (from -r requirements.txt (line 2))
Using cached ā¦
-
### Your current environment
conda create -n Fp_8 python=3.10 -y
conda env list
conda activate Fp_8
pip install vllm
pip install nvidia-cublas-cu12==12.3.4.1ļ¼H20ļ¼
pip install llmcompressor==0.1ā¦