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.
quantization_level
1 parent 36003ca commit 2efdc76Copy full SHA for 2efdc76
src/interfaces.ts
@@ -165,7 +165,7 @@ export interface ModelResponse {
165
family: string
166
families: string[]
167
parameter_size: string
168
- quantization_level: number
+ quantization_level: string
169
}
170
171
export interface ShowResponse {
@@ -179,7 +179,7 @@ export interface ShowResponse {
179
180
181
182
183
messages: Message[]
184
185
0 commit comments