From 96214c0ffeefd1cccf678af983821b942231f374 Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Thu, 9 May 2024 09:19:35 -0700 Subject: [PATCH] remove old options --- ollama/_types.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/ollama/_types.py b/ollama/_types.py index 73cf4b89..4bcd28fb 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