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

Ability to run a GGML file without registering it #26

Closed
simonw opened this issue Dec 9, 2023 · 1 comment
Closed

Ability to run a GGML file without registering it #26

simonw opened this issue Dec 9, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@simonw
Copy link
Owner

simonw commented Dec 9, 2023

I realized it would be really convenient if you could execute a new GGML file without having to first do the registration dance.

I could do this with a model called ggml that takes a required path option.

@simonw simonw added the enhancement New feature or request label Dec 9, 2023
@simonw
Copy link
Owner Author

simonw commented Dec 9, 2023

Got this working:

llm -m gguf \
  -o path ~/Downloads/una-cybertron-7b-v2-bf16.Q8_0.gguf
  'Instruction: Write a poem about an otter
Response:'

Which outputs:

Otters are elusive, playful creatures
Swift in the water and crafty in their features
Hiding beneath kelp or drifting on logs
With a smile that stretches wide beyond our dogs

They dance gracefully underwater, chasing fish
Astonishing us all with such splendid bliss
Otters are known for their love of toys
Balls are tossed into the water, where they joyously play

These marvelous mammals leave an everlasting impact
Their presence bringing life to our waters and rivers unquenched
Dazzling spectacles for all who watch
A magical moment for some fortunate souls to catch

Otters embody a spirit unbounded by boundaries
Inspiring us to embrace the beauty of nature's wonders
Leaving footprints on our hearts that will always be etched
With lessons from these graceful, otter-ly loved creatures

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant