Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ curl -fsSL https://raw.githubusercontent.com/containers/ramalama/s/install.sh |

__Note:__ On systems with NVIDIA GPUs, see **[ramalama-cuda(7)](docs/ramalama-cuda.7.md)** to correctly configure the host system.

__Note:__ The following Intel GPUs are auto-detected by Ramalama:
__Note:__ The following Intel GPUs are auto-detected by RamaLama:

| GPU ID | Description |
| ------ | ----------- |
Expand Down
2 changes: 1 addition & 1 deletion docs/ramalama-cann.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ CONTAINER ID IMAGE COM
80fc31c131b0 quay.io/ramalama/cann:latest "/bin/bash -c 'expor…" About an hour ago Up About an hour ame
```

Other using guides see Ramalama ([README.md](https://github.com/containers/ramalama/blob/main/README.md))
Other using guides see RamaLama ([README.md](https://github.com/containers/ramalama/blob/main/README.md))

## HISTORY
Mar 2025, Originally compiled
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1948,7 +1948,7 @@ print_banner() {
print_success_info() {
echo
echo "====================== Installation Completed ======================"
echo "Success! Ramalama has been installed successfully."
echo "Success! RamaLama has been installed successfully."
echo "For further details, check the documentation at:"
echo "https://github.com/containers/ramalama/tree/main/docs"
echo "Or use the '--help' flag to learn more about usage."
Expand Down
Loading