llm-finetuned-model / environment.local.yml
promptsbyesha's picture
Upload folder using huggingface_hub
72f4d4d verified
raw
history blame contribute delete
169 Bytes
name: llm-finetune-env
channels:
- defaults
- conda-forge
dependencies:
- python=3.10
- pytorch
- transformers
- streamlit
- gradio
- langchain