summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index b5b6f62..b8acedf 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,14 @@
---
+### Installation
+
+```bash
+pip install torch transformers accelerate deepspeed psutil pandas numpy wandb
+```
+
+---
+
### Reproducing One-shot EM Training (SOTA)
```bash