Skip to content

Commit

Permalink
feat: env for conda, pip
Browse files Browse the repository at this point in the history
  • Loading branch information
zanussbaum committed Mar 25, 2023
1 parent e8d5ad9 commit 2568d94
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
20 changes: 20 additions & 0 deletions env.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: vicuna
channels:
- conda-forge
- pytorch
- nvidia
- huggingface
dependencies:
- python=3.8
- accelerate
- datasets
- torchmetrics
- evaluate
- transformers
- wandb
- jsonlines
- pip:
- peft
- nodelist-inflator
- deepspeed
- sentencepiece
12 changes: 12 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
accelerate
datasets
torchmetrics
evaluate
transformers
wandb
pip
peft
nodelist-inflator
deepspeed
sentencepiece
jsonlines

0 comments on commit 2568d94

Please sign in to comment.