Show HN: Run Hugging Face models with a single command(llmpm.co)
llmpm.co
Show HN: Run Hugging Face models with a single command
https://www.llmpm.co/
10 コメント
Some of the features llmpm supports today:
• Install and run open-source models (almost all Hugging Face models)
• Package models with projects so environments are reproducible
• Serve models through an OpenAI compatible API
• Built-in chat UI for interacting with running models
• CLI workflow designed for developers
• Model benchmarking and rankings to help choose models Example:
llmpm serve llama3
This exposes an API endpoint similar to:
http://localhost:8080/v1/chat/completions
• Install and run open-source models (almost all Hugging Face models)
• Package models with projects so environments are reproducible
• Serve models through an OpenAI compatible API
• Built-in chat UI for interacting with running models
• CLI workflow designed for developers
• Model benchmarking and rankings to help choose models Example:
llmpm serve llama3
This exposes an API endpoint similar to:
http://localhost:8080/v1/chat/completions
The goal is to make working with local models easier for developers, especially when experimenting with different models or sharing setups with others.
Would love to hear back from the community
Would love to hear back from the community
[deleted]
[deleted]
[deleted]
[deleted]
[deleted]
[deleted]
llmpm install llama3
llmpm run llama3