Skip to content

Commit

Permalink
quantization -> quantize
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceMacD committed May 10, 2024
1 parent 57ec494 commit 78373b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export class Ollama {
name: request.model,
stream: request.stream,
modelfile: request.modelfile,
quantization: request.quantization,
quantize: request.quantize,
})
}

Expand Down
2 changes: 1 addition & 1 deletion src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export interface CreateRequest {
model: string
path?: string
modelfile?: string
quantization?: string
quantize?: string
stream?: boolean
}

Expand Down

0 comments on commit 78373b6

Please sign in to comment.