chrisc36 commited on
Commit
d33e4c2
1 Parent(s): 9364aa5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -47,11 +47,7 @@ Quick links:
47
  To run MolmoE, first install dependencies:
48
 
49
  ```bash
50
- # uninstall all tensorflow packages
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: