diff --git a/ollama/_types.py b/ollama/_types.py index 73cf4b8..4bcd28f 100644 --- a/ollama/_types.py +++ b/ollama/_types.py @@ -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