File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99; ============================================================================
1010
1111#define MyAppName " 社内知恵袋"
12- #define MyAppVersion " 1.0.42 "
12+ #define MyAppVersion " 1.0.43 "
1313#define MyAppPublisher " Shineos Inc."
1414#define MyAppURL " https://shineos.com"
1515#define MyAppExeName " open-webui.exe"
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ function Set-OllamaTuning {
167167 ' OLLAMA_MAX_LOADED_MODELS' = ' 1' # LLM/埋め込みモデルの同時常駐を防ぎRAMを節約
168168 ' OLLAMA_KV_CACHE_TYPE' = ' q8_0' # KVキャッシュ量子化でメモリ約半減(品質影響ほぼなし)
169169 ' OLLAMA_FLASH_ATTENTION' = ' 1' # 長文コンテキストの高速化(KV量子化の前提条件)
170- ' OLLAMA_KEEP_ALIVE' = ' 10m ' # モデルを10分常駐させ連続利用の応答を高速化
170+ ' OLLAMA_KEEP_ALIVE' = ' 60m ' # モデルを1時間常駐させ、再ロード待ちによる応答遅延を防止
171171 ' OLLAMA_NUM_PARALLEL' = ' 1' # 単一ユーザー用途。並列数を抑えてメモリを節約
172172 }
173173 Log ' applying Ollama performance tuning (env vars)'
You can’t perform that action at this time.
0 commit comments