-
I am looking into running DeepSpeed with torch.compile and facing multiple issues with respect to tracing the hooks.
DeepSpeed Stage 2 backward hook tracing with Compiled Autograd
1) Accessing par…
-
I run:
```python test_expVAE.py```
And get error as follows:
```
cuda available
Traceback (most recent call last):
File "test_expVAE.py", line 99, in
main()
File "test_expVAE.py", lin…
-
Running the code with the recent versions of the libraries gives me an error
`AttributeError: 'function' object has no attribute 'Variable'`
in DeepLKBatch on the lines like
`if isinstance(p,…
-
Hi,
Firts of all, thank you for sharing your code. I would like to use your interpolation during training, but unfortunately, I get the following error message during the backward
```
File ...…
-
### 🚀 The feature, motivation and pitch
At the moment, we can easily turn off deterministic mode for one or more operations in forward mode by just doing this:
```python
torch.use_deterministic…
-
anaconda3/envs/alpaca-lora/lib/python3.10/site-packages/bitsandbytes/autograd/_functions.py:316: UserWarning: MatMul8bitLt: inputs will be cast from torch.float32 to float16 during quantization
war…
-
### 🐛 Describe the bug
Hi, I just found a bug of `loss_parallel` with shifted `logits`.
Basically, I follows the tutorial in the [link](https://pytorch.org/tutorials/intermediate/TP_tutorial.ht…
-
I am getting a runtime error when trying to run on a MacBook Pro with just the CPU. It ends up being something like this:
```
/opt/anaconda3/envs/relighting_video_capture/lib/python3.7/site-packag…
-
Platforms: inductor
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_comprehensive_unfold_copy_cuda_int64&suite=TestInductorOpInfo…
-
## Description
I'm seeing the command:
```
pytest --verbose -s tests/python/train/test_autograd.py::test_autograd
```
timeout after 20 minutes on a system with 1 cpu socket, where the test runs i…