Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add man pages for ramalama commands #16

Merged
merged 1 commit into from
Jul 31, 2024
Merged

Conversation

rhatdan
Copy link
Member

@rhatdan rhatdan commented Jul 31, 2024

No description provided.

README.md Outdated
@@ -12,14 +12,37 @@ curl -fsSL https://raw.githubusercontent.com/containers/ramalama/main/install.sh

## Usage

### Listing Models

You can `list` all models pulled into lcoal storage.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/lcoal/local/g

README.md Outdated

### Serving Models

You can `serve` a chatbot on a model using the `run` command. By default, it pulls from the ollama registry.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/run/serve/g

% ramalama-list 1

## NAME
ramalama - Simple management tool for working with AI Models
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/Simple management tool for working with AI Models/List all the AI Models in local storage/g

README.md Outdated
You can `run` a chatbot on a model using the `run` command. By default, it pulls from the ollama registry.

```
ramalama run merlonite
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't exist for me, granite-code is an option

I did find a bug or something we have to enhance:

./ramalama pull instructlab/merlinite-7b-lab

this doesn't work, but it should, don't support non default namespaces like "instructlab"

README.md Outdated
You can `serve` a chatbot on a model using the `run` command. By default, it pulls from the ollama registry.

```
ramalama serve lama3
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

./ramalama serve llama3 works with an extra l

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
@ericcurtin ericcurtin merged commit e6a8a4d into containers:main Jul 31, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants