Skip to content

Commit 9ee717b

Browse files
author
Judd
committed
add downloadable models: falcon3
1 parent c6615da commit 9ee717b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

scripts/models.json

+25
Original file line numberDiff line numberDiff line change
@@ -1098,5 +1098,30 @@
10981098
}
10991099
}
11001100
}
1101+
},
1102+
"falcon3" : {
1103+
"brief": "Falcon3 family of Open Foundation Models is a set of pretrained and instruct LLMs ranging from 1B to 10B parameters.",
1104+
"default": "1b",
1105+
"license": "Apache License 2.0",
1106+
"variants": {
1107+
"1b": {
1108+
"default": "q8",
1109+
"quantized": {
1110+
"q8": {
1111+
"size": 1777274800,
1112+
"url": "chatllm_quantized_falcon3/falcon3-1b.bin"
1113+
}
1114+
}
1115+
},
1116+
"3b": {
1117+
"default": "q8",
1118+
"quantized": {
1119+
"q8": {
1120+
"size": 3433097392,
1121+
"url": "chatllm_quantized_falcon3/falcon3-3b.bin"
1122+
}
1123+
}
1124+
}
1125+
}
11011126
}
11021127
}

0 commit comments

Comments
 (0)