Ramalama

Latest version: v0.3.0

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.3.0

What's Changed
* Move man page README.md to full links by rhatdan in https://github.com/containers/ramalama/pull/483
* Allow users to set ctx-size via command line by rhatdan in https://github.com/containers/ramalama/pull/484
* Add --seed option by rhatdan in https://github.com/containers/ramalama/pull/485
* Update install.sh by jtligon in https://github.com/containers/ramalama/pull/493
* Take in fixes from churchyard to modernize spec file by smooge in https://github.com/containers/ramalama/pull/494
* Fix up building and pushing OCI Images by rhatdan in https://github.com/containers/ramalama/pull/492
* Fix handling of file_not_found errors by rhatdan in https://github.com/containers/ramalama/pull/499
* Updated nv docs to align with latest WSL2 cuda setup by bmahabirbu in https://github.com/containers/ramalama/pull/503
* Add ramalama convert command by rhatdan in https://github.com/containers/ramalama/pull/500
* Stop checking if command is running in container by rhatdan in https://github.com/containers/ramalama/pull/505
* Add initial CONTRIBUTING.md file by rhatdan in https://github.com/containers/ramalama/pull/507
* Place image name just before command by ericcurtin in https://github.com/containers/ramalama/pull/511
* Simplify install by ericcurtin in https://github.com/containers/ramalama/pull/510
* Fix handling of README.md in docs directory by rhatdan in https://github.com/containers/ramalama/pull/512
* Add installation steps for Podman 5 in CI workflows by ericcurtin in https://github.com/containers/ramalama/pull/508
* Bump to v0.3.0 by rhatdan in https://github.com/containers/ramalama/pull/513

New Contributors
* jtligon made their first contribution in https://github.com/containers/ramalama/pull/493

**Full Changelog**: https://github.com/containers/ramalama/compare/v0.2.0...v0.3.0

0.2.0

What's Changed
* Packit: enable fedora downstream jobs by lsm5 in https://github.com/containers/ramalama/pull/480
* Bump to v0.2.0 by rhatdan in https://github.com/containers/ramalama/pull/481
Failover to OCI when push fails with default push mechanism by rhatdan in https://github.com/containers/ramalama/pull/476
Fall back to huggingface-cli when pulling via URL fails by rhatdan in https://github.com/containers/ramalama/pull/475
**Full Changelog**: https://github.com/containers/ramalama/compare/v0.1.3...v0.2.0

0.1.3

What's Changed
* Enable GCC Toolet 12 to support AVX VNNI by nzwulfin in https://github.com/containers/ramalama/pull/473
* Failover to OCI when push fails with default push mechanism by rhatdan in https://github.com/containers/ramalama/pull/476
* Fall back to huggingface-cli when pulling via URL fails by rhatdan in https://github.com/containers/ramalama/pull/475
* Revert "Switch to llama-simple-chat" by rhatdan in https://github.com/containers/ramalama/pull/477
* Add support for http, https and file pulls by rhatdan in https://github.com/containers/ramalama/pull/463
* Bump to v0.1.3 by rhatdan in https://github.com/containers/ramalama/pull/479

New Contributors
* nzwulfin made their first contribution in https://github.com/containers/ramalama/pull/473

**Full Changelog**: https://github.com/containers/ramalama/compare/v0.1.2...v0.1.3

0.1.2

What's Changed
* Bump to v0.1.1 by rhatdan in https://github.com/containers/ramalama/pull/450
* Update ggerganov/whisper.cpp digest to f19463e by renovate in https://github.com/containers/ramalama/pull/453
* Switch to llama-simple-chat by ericcurtin in https://github.com/containers/ramalama/pull/454
* Simplify container image build by ericcurtin in https://github.com/containers/ramalama/pull/451
* Update ggerganov/whisper.cpp digest to 83ac284 by renovate in https://github.com/containers/ramalama/pull/455
* cli.py: remove errant slash preventing the loading of user conf file(s) by FNGarvin in https://github.com/containers/ramalama/pull/457
* Update ggerganov/whisper.cpp digest to f02b40b by renovate in https://github.com/containers/ramalama/pull/456
* Switched DGGML_CUDA to ON in cuda containerfile by bmahabirbu in https://github.com/containers/ramalama/pull/459
* Update ggerganov/whisper.cpp digest to bb12cd9 by renovate in https://github.com/containers/ramalama/pull/460
* Update ggerganov/whisper.cpp digest to 01d3bd7 by renovate in https://github.com/containers/ramalama/pull/461
* Update ggerganov/whisper.cpp digest to d24f981 by renovate in https://github.com/containers/ramalama/pull/462
* Docu by atarlov in https://github.com/containers/ramalama/pull/464
* Update ggerganov/whisper.cpp digest to 6266a9f by renovate in https://github.com/containers/ramalama/pull/466
* Fix handling of ramalama login huggingface by rhatdan in https://github.com/containers/ramalama/pull/467
* Support huggingface-cli older than 0.25.0, like on Fedora 40 and 41 by debarshiray in https://github.com/containers/ramalama/pull/468
* Bump to v0.1.2 by rhatdan in https://github.com/containers/ramalama/pull/470

New Contributors
* FNGarvin made their first contribution in https://github.com/containers/ramalama/pull/457
* atarlov made their first contribution in https://github.com/containers/ramalama/pull/464
* debarshiray made their first contribution in https://github.com/containers/ramalama/pull/468

**Full Changelog**: https://github.com/containers/ramalama/compare/v0.1.1...v0.1.2

0.1.1

**Full Changelog**: https://github.com/containers/ramalama/compare/v0.1.0...v0.1.1

Mainly to fix issue in PyPi

0.1.0

What's Changed
* We can now run models via Kompute in podman-machine by ericcurtin in https://github.com/containers/ramalama/pull/440
* Only do dnf install for cuda images by ericcurtin in https://github.com/containers/ramalama/pull/441
* Add --host=0.0.0.0 if running llama.cpp serve within a container by rhatdan in https://github.com/containers/ramalama/pull/444
* Document the host flag in ramalama.conf file by rhatdan in https://github.com/containers/ramalama/pull/447
* Add granite-8b to shortnames.conf by rhatdan in https://github.com/containers/ramalama/pull/448
* Fix RamaLama container image build by ericcurtin in https://github.com/containers/ramalama/pull/446
* Bump to v0.1.0 by rhatdan in https://github.com/containers/ramalama/pull/449


**Full Changelog**: https://github.com/containers/ramalama/compare/v0.0.23...v0.1.0

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.