Update app.py
Browse filesadd NousResearch/OLMo-Bitnet-1B
app.py
CHANGED
@@ -5,7 +5,7 @@ import random
|
|
5 |
#ss_client = Client("https://omnibus-html-image-current-tab.hf.space/")
|
6 |
|
7 |
models=[
|
8 |
-
|
9 |
"1bitLLM/bitnet_b1_58-3B",
|
10 |
"1bitLLM/bitnet_b1_58-large",
|
11 |
"1bitLLM/bitnet_b1_58-xl",
|
|
|
5 |
#ss_client = Client("https://omnibus-html-image-current-tab.hf.space/")
|
6 |
|
7 |
models=[
|
8 |
+
"NousResearch/OLMo-Bitnet-1B",
|
9 |
"1bitLLM/bitnet_b1_58-3B",
|
10 |
"1bitLLM/bitnet_b1_58-large",
|
11 |
"1bitLLM/bitnet_b1_58-xl",
|