Update README.md
Browse files
README.md
CHANGED
@@ -47,11 +47,7 @@ Quick links:
|
|
47 |
To run MolmoE, first install dependencies:
|
48 |
|
49 |
```bash
|
50 |
-
|
51 |
-
pip list --format=freeze | grep '^tensorflow' | cut -d= -f1 | xargs -n1 pip uninstall -y
|
52 |
-
|
53 |
-
# install CPU-only version of tensorflow; used for image preprocessing
|
54 |
-
pip install einops tensorflow-cpu torchvision
|
55 |
```
|
56 |
|
57 |
Then, follow these steps:
|
|
|
47 |
To run MolmoE, first install dependencies:
|
48 |
|
49 |
```bash
|
50 |
+
pip install einops torchvision
|
|
|
|
|
|
|
|
|
51 |
```
|
52 |
|
53 |
Then, follow these steps:
|