Skip to content

Commit d586396

Browse files
authored
Update README.md
1 parent d531588 commit d586396

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,10 @@ def run(self, task, model_names=None, input_data=None, timeout=30.0):
199199
## Installation
200200

201201
```bash
202-
pip install modelgrid
202+
git clone https://github.com/kyegomez/swarms.git
203+
cd swarms
204+
cd swarms/structs
205+
python3 multi_model_gpu_manager.py
203206
```
204207

205208
### Requirements

0 commit comments

Comments
 (0)