chrisc36 commited on
Commit
b42b795
1 Parent(s): 15c7f35

Update README.md

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