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