-
When running tiny-llama-1.1b in Thunder we get an error:
```
RuntimeError: CUDA error: CUBLAS_STATUS_ALLOC_FAILED when calling `cublasCreate(handle)`
```
## 🐛 Bug
Full traceback:
```
0: E…
-
### 🐛 Describe the bug
- [ ] TestAutograd::test_record_function
- [ ] TestAutograd::test_profiler
```
2024-08-08T06:02:04.0982790Z =================================== FAILURES ================…
-
An error occurs when I run the code:
Traceback (most recent call last):
File "basicsr/train.py", line 266, in
train_pipeline(root_path)
File "basicsr/train.py", line 211, in train_pipelin…
-
Hi, I am fine-tuning the Llama 3.1 8B model using the dolomite engine. I am getting the following error
```
[rank0]: Traceback (most recent call last):
[rank0]: File "", line 198, in _run_module_…
-
when I push my answer, It will raise error:
```
📝 Setup
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is rec…
-
Hi!
I am trying to run the jupyter notebook: part3_learned_reconstruction_pytorch.ipynb from the odlworkshop .
I use pytorch 1.7.0 and cuda 10.1.
I get the following error message:
--…
-
State of the art GANs often use a [gradient penalty](https://paperswithcode.com/method/r1-regularization) as part of the discriminator loss function.
[In libtorch you would do it like this:](https…
-
PyTorch allows to register meta functions with custom ops
With that information, we should be able to apply the fallback mechanism that @kiya00 developed for PyTorch operations in thunder.
https:/…
-
### October 2024 >
- [x] short term
- [x] look into gradients again
- [x] publish notebooks (field projection + photonic crystal)
- [x] Update Readme including how to use jax / pyto…
-
Hi all,
I am currently doing a small project on image captioning. I came across QRNN and thought of replacing LSTM with QRNN. Everything was working fine with LSTM with longer training times but as…