chrisc36 commited on
Commit
2ecc30e
1 Parent(s): dd7f44e

Update README.md

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