gabrielclark3330 commited on
Commit
2c06c95
1 Parent(s): 828e492

Install through commands section

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -7,6 +7,13 @@ sdk: gradio
7
  sdk_version: 5.0.2
8
  app_file: app.py
9
  pinned: false
 
 
 
 
 
 
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
7
  sdk_version: 5.0.2
8
  app_file: app.py
9
  pinned: false
10
+ commands:
11
+ - pip install packaging
12
+ - pip install wheel
13
+ - pip install torch
14
+ - pip install git+https://github.com/Zyphra/transformers_zamba2.git
15
+ - pip install accelerate
16
+ - pip install gradio
17
  ---
18
 
19
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference