-
HI! I was trying to use `CrystalNN` with a multiprocessing pool and found that the CPU usage was unexpected. I have given some small tests to figure out where the problems are and then found that when…
-
_Originally posted by @ritwikvashistha in https://github.com/Clay-foundation/model/issues/161#issuecomment-2002602847_
> Hi, I tried using the model on my Mac M1 Pro as well as on Binder. But I ran…
-
Hi guys, thanks for this awesome model have been using it for the past two weeks.
Recently was trying to use it for batched inference, but weirdly the time taken to process a batch input is slower th…
-
Thank you for your work, this is a great project. However, I encountered some environment issues while running it. I have tried `2.4.0.dev20240419+cu121`, `2.4.0.dev20240612+cu121`, and `2.5.0.dev2024…
-
### Your current environment
```text
PyTorch version: 2.3.0a0+40ec155e58.nv24.03
Is debug build: False
CUDA used to build PyTorch: 12.4
ROCM used to build PyTorch: N/A
OS: Ubuntu 22.04.4 LTS (…
-
### Your current environment
```text
Collecting environment information...
PyTorch version: 2.3.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
…
-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch…
-
### Training Accuracy check results of `huggingface` models based on triton 3.0.0 (3 test scenarios in total)
Test datatype: `amp_bf16` `amp_fp16` `float32`
#### This issue can be split into multi…
-
### 🐛 Describe the bug
The huggingface `T5ForConditionalGeneration` model has the embedding layer named as `shared` at the top module, and passes a reference to it to the `T5Stack` ctor. In the `T5…
-
### 🐛 Describe the bug
Compilation fails on the aten.add with lhs result of effectful op and rhs a dense tensor.
```
with torch.library._scoped_library("_mylib", "FRAGMENT") as lib:
…