Merge pull request #152 from ollama/mxyng/rm-options

remove old options
This commit is contained in:
Michael Yang
2024-05-10 14:09:46 -07:00
committed by GitHub

View File

@@ -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