Skip to content

Commit

Permalink
fix quantization_level type
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorganca committed Feb 25, 2024
1 parent 36003ca commit 2efdc76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export interface ModelResponse {
family: string
families: string[]
parameter_size: string
quantization_level: number
quantization_level: string
}

export interface ShowResponse {
Expand All @@ -179,7 +179,7 @@ export interface ShowResponse {
family: string
families: string[]
parameter_size: string
quantization_level: number
quantization_level: string
messages: Message[]
}

Expand Down

0 comments on commit 2efdc76

Please sign in to comment.