Created
September 30, 2024 07:18
-
-
Save rbiswasfc/4232b3ea2a331165df8d99cd983384b3 to your computer and use it in GitHub Desktop.
environment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: nbdev | |
channels: | |
- pytorch | |
- fastai | |
- huggingface | |
- conda-forge | |
- defaults | |
dependencies: | |
- python=3.10 | |
- pandas | |
- notebook=6.5.4 | |
- jupyterlab | |
- jupyter_contrib_nbextensions | |
- pytorch | |
- torchvision | |
- torchaudio | |
- nbdev | |
- scipy | |
- matplotlib | |
- seaborn | |
- scikit-learn | |
- pip | |
- pip: | |
- python-fasthtml | |
- transformers==4.45.1 | |
- datasets==3.0.1 | |
- accelerate==0.34.2 | |
- peft==0.13.0 | |
- torchmetrics | |
- wandb | |
- uvicorn | |
- fastapi | |
- ruff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment