-
### Bug description
Hello lighting team,
I observed a strange behaviour of SingleDeviceStrategy: when using `Trainer(accelerator="auto", strategy="single_device")`, the strategy's accelerator is n…
-
╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮
│ /home/mdisk2/tanjunwen/gitprj/mChatGLM_mutli_gpu_tuning/finetune_ptuning.py:34 in │
│ …
-
## Proposed refactor
We've dropped support for Python 3.6, which means we can use the new annotations format.
### Motivation
New shiny things are nice
### Pitch
Adopt [PEP 585](https://…
-
While trying to add web support for the database in my windows application, I am getting the above error. Here is the output of my console when running the application for web/chrome:
![image](htt…
-
### Bug description
When using the Wandb Logger and setting the `log_model=True`, the model checkpoint isn't saved in the wandb experiment directory, but in the separate lightning logs directory.
…
-
Hello there,
**Is your documentation request related to a problem? Please describe.**
I've been having difficulty in wrapping my pytorch forecasting models to use with your library. While I hav…
-
Thank you guys for your work!
i was using fsdp + qlora fine tuning llama3 70B on 8* A100 80G, and i encountered this error:
```shell
Traceback (most recent call last):
File "/mnt/209180/qis…
-
## 🚀 Feature
How about add EMA as callback?
### Motivation
I have had difficulty in applying ema. I think it would be nice if there are EMA as callback.
### Pitch
If user add ema …
-
I am running a model via the CLI interface and instantiating the Logger class using the `class_path` and `init_args` format. It works well when the parameters are explicitly defined in the `__init__` …
-
### 💡 Your Question
Hello
I installed the package using the following command through the conda virtual environment.
```pip install -r requirements.txt```
After installing normally, if you run…