Howto ramalama: Difference between revisions
Jump to navigation
Jump to search
Mandulete1 (talk | contribs) |
Mandulete1 (talk | contribs) |
||
Line 1: | Line 1: | ||
= install = | = install = | ||
install on fedora: | |||
sudo dnf install python3-ramalama | |||
install via pypi: | |||
pip install ramalama | |||
install script linux/mac: | |||
curl -fsSL https://ramalama.ai/install.sh | bash | |||
= usage = | = usage = | ||
= references = | = references = | ||
* https://crfm.stanford.edu/2023/03/13/alpaca.html | * https://crfm.stanford.edu/2023/03/13/alpaca.html |
Revision as of 01:17, 12 August 2025
install
install on fedora:
sudo dnf install python3-ramalama
install via pypi:
pip install ramalama
install script linux/mac:
curl -fsSL https://ramalama.ai/install.sh | bash