summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 577a1eb..804af95 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,8 @@
### Installation
```bash
-pip install torch transformers==4.47.1 accelerate deepspeed psutil pandas numpy wandb
+conda create -n one-shot-em python=3.10 -y
+pip install -r requirements.txt
```
---