psynote123 commited on
Commit
8d9cbad
·
verified ·
1 Parent(s): 10676e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -91,6 +91,8 @@ To work with our models just run these lines in your terminal:
91
  ```shell
92
  pip install thestage
93
  pip install 'thestage-elastic-models[nvidia]' --extra-index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple
 
 
94
 
95
  pip install flash_attn==2.7.3 --no-build-isolation
96
  pip uninstall apex
 
91
  ```shell
92
  pip install thestage
93
  pip install 'thestage-elastic-models[nvidia]' --extra-index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple
94
+ pip install transformers==4.52.3
95
+ pip install diffusers==0.35.1
96
 
97
  pip install flash_attn==2.7.3 --no-build-isolation
98
  pip uninstall apex