Skip to content

Instantly share code, notes, and snippets.

@rbiswasfc
Created September 30, 2024 07:18
Show Gist options
  • Save rbiswasfc/4232b3ea2a331165df8d99cd983384b3 to your computer and use it in GitHub Desktop.
Save rbiswasfc/4232b3ea2a331165df8d99cd983384b3 to your computer and use it in GitHub Desktop.
environment
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