mirror of
https://github.com/kharonsec/ollama-python
synced 2026-05-13 02:16:22 +02:00
Merge pull request #152 from ollama/mxyng/rm-options
remove old options
This commit is contained in:
@@ -95,7 +95,6 @@ class Options(TypedDict, total=False):
|
||||
numa: bool
|
||||
num_ctx: int
|
||||
num_batch: int
|
||||
num_gqa: int
|
||||
num_gpu: int
|
||||
main_gpu: int
|
||||
low_vram: bool
|
||||
@@ -105,8 +104,6 @@ class Options(TypedDict, total=False):
|
||||
use_mmap: bool
|
||||
use_mlock: bool
|
||||
embedding_only: bool
|
||||
rope_frequency_base: float
|
||||
rope_frequency_scale: float
|
||||
num_thread: int
|
||||
|
||||
# runtime options
|
||||
|
||||
Reference in New Issue
Block a user