Update README.md
Browse files
README.md
CHANGED
@@ -40,11 +40,7 @@ Quick links:
|
|
40 |
To run Molmo, first install dependencies:
|
41 |
|
42 |
```bash
|
43 |
-
|
44 |
-
pip list --format=freeze | grep '^tensorflow' | cut -d= -f1 | xargs -n1 pip uninstall -y
|
45 |
-
|
46 |
-
# install CPU-only version of tensorflow; used for image preprocessing
|
47 |
-
pip install einops tensorflow-cpu torchvision
|
48 |
```
|
49 |
|
50 |
Then, follow these steps:
|
|
|
40 |
To run Molmo, first install dependencies:
|
41 |
|
42 |
```bash
|
43 |
+
pip install einops torchvision
|
|
|
|
|
|
|
|
|
44 |
```
|
45 |
|
46 |
Then, follow these steps:
|