What's Changed
- Multiple models can be removed together:
ollama rm mario:latest orca-mini:3b
ollama list
will now show a unique ID for each model based on its contents- Fixed bug where a prompt wasn't set by default causing an error when running a model created with
ollama create
- Fixed crash when running 34B parameter models on hardware with not enough memory to run it.
- Fixed issue where non-quantized f16 models would not run
- Improved network performance of
ollama push
- Fixed issue where stop sequences (such as
\n
) wouldn't be honored
New Contributors
Full Changelog: v0.0.16...v0.0.17