We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b861a7 commit 8048683Copy full SHA for 8048683
models/requirements.txt
@@ -4,6 +4,7 @@ shark-turbine @ git+https://github.com/iree-org/iree-turbine.git@main
4
transformers==4.37.1
5
torchsde
6
accelerate
7
+peft
8
diffusers @ git+https://github.com/nod-ai/diffusers@0.29.0.dev0-shark
9
brevitas @ git+https://github.com/Xilinx/brevitas.git@6695e8df7f6a2c7715b9ed69c4b78157376bb60b
10
# turbine tank downloading/uploading
models/setup.py
@@ -57,7 +57,7 @@ def load_version_info():
57
"Shark-Turbine",
58
"protobuf",
59
"sentencepiece",
60
- "transformers==4.37.1",
+ "transformers>=4.37.1",
61
"accelerate",
62
"diffusers==0.29.0.dev0",
63
"azure-storage-blob",
0 commit comments