Skip to content

Commit 3b69774

Browse files
authored
Merge pull request #152 from ollama/mxyng/rm-options
remove old options
2 parents 00eafed + 96214c0 commit 3b69774

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ollama/_types.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ class Options(TypedDict, total=False):
9595
numa: bool
9696
num_ctx: int
9797
num_batch: int
98-
num_gqa: int
9998
num_gpu: int
10099
main_gpu: int
101100
low_vram: bool
@@ -105,8 +104,6 @@ class Options(TypedDict, total=False):
105104
use_mmap: bool
106105
use_mlock: bool
107106
embedding_only: bool
108-
rope_frequency_base: float
109-
rope_frequency_scale: float
110107
num_thread: int
111108

112109
# runtime options

0 commit comments

Comments
 (0)