chrisc36 commited on
Commit
9da30e9
1 Parent(s): 08f11d6

Update README.md

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