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

Iterate on llama user guide. #716

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Conversation

ScottTodd
Copy link
Member

Progress on #691, trying to simplify a few steps before putting this into release notes for 3.1.0.

  • Add suggested export/ directory to .gitignore (I'd prefer for the tools to default to a path in the user's homedir, but this is a less invasive change)
  • Remove sharktank from install instructions as it is included in shark-ai nightly releases now
  • Rework "Verify server" section to start with a health check then use curl. Keep the Python sample code for now, though similar projects usually also have a Python API for interfacing with LLMs. We also don't use a standardized HTTP API yet (like the OpenAI API). Maybe the SGLang integration will be more natural for users.

@ScottTodd ScottTodd merged commit 062b1ae into nod-ai:main Dec 19, 2024
22 of 24 checks passed
@ScottTodd ScottTodd deleted the llama-ergonomics-1 branch December 19, 2024 21:04
monorimet pushed a commit that referenced this pull request Jan 8, 2025
Progress on #691, trying to
simplify a few steps before putting this into release notes for 3.1.0.

* Add suggested `export/` directory to `.gitignore` (I'd prefer for the
tools to default to a path in the user's homedir, but this is a less
invasive change)
* Remove `sharktank` from install instructions as it is included in
`shark-ai` nightly releases now
* Rework "Verify server" section to start with a health check then use
`curl`. Keep the Python sample code for now, though similar projects
usually also have a Python API for interfacing with LLMs. We also don't
use a standardized HTTP API yet (like the OpenAI API). Maybe the SGLang
integration will be more natural for users.
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