Ollama v0.30.0-rc28 リリース Ollama Releases v0.30.0-rc28
- OllamaがRC版v0.30.0-rc28を公開。
- OLLAMA_IGPU_ENABLEを追加し、デフォルトでiGPUを無効化する変更が含まれる。
English summary
- add OLLAMA_IGPU_ENABLE and largely disable iGPUs by default
Ollamaはリリース候補版v0.30.0-rc28を公開しました。主な変更点として、統合GPU(iGPU)の制御を行う環境変数 `OLLAMA_IGPU_ENABLE` が新たに追加されています。
これにより、iGPUはデフォルトで無効化される挙動となります。iGPUを利用したい場合は、この環境変数を明示的に設定する必要があります。パフォーマンスや安定性の観点からの判断と推測されますが、詳細はリリースノートで確認してください。
RC版のため正式リリース前の段階です。本番環境への適用は正式版を待つことを推奨します。
Ollama has published v0.30.0-rc28, a release candidate in the v0.30.0 series. The headline change is the introduction of the `OLLAMA_IGPU_ENABLE` environment variable, which gives users explicit control over integrated GPU usage. Integrated GPUs are now disabled by default under this build.
This shift suggests the team identified stability or performance concerns with iGPU inference paths, though the exact rationale should be confirmed in the official release notes linked above. Users who rely on integrated graphics will need to opt in by setting the new environment variable.
As a release candidate, this build is intended for testing rather than production use. Further changes may appear before the final v0.30.0 release.
本ページの本文・要約は AI による自動生成です。正確性は元記事 (github.com) をご確認ください。