docs: add Ollama guide under 08_ml_ai_hpc#258
Open
Amanda-dong wants to merge 19 commits intoNYU-RTS:mainfrom
Open
docs: add Ollama guide under 08_ml_ai_hpc#258Amanda-dong wants to merge 19 commits intoNYU-RTS:mainfrom
Amanda-dong wants to merge 19 commits intoNYU-RTS:mainfrom
Conversation
Added comprehensive documentation for Ollama, a command line tool for running large language models, including installation instructions, environment variables, and usage examples.
Added instructions for starting interactive Ollama sessions on a GPU node.
Added instructions for starting Ollama server and chatting with LLMs in interactive sessions.
Updated installation instructions and storage recommendations for Ollama.
Updated the document to reflect the correct name and description of the tool from 'Ollama' to 'vLLM'.
Added performance comparison of vLLM and llama-cpp on Torch, including throughput and latency metrics.
Updated median latency format for vLLM in the table.
Added section on SGLang for offline batch inference and linked to documentation.
Updated section title for clarity and added context about SGLang.
vLLM documentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I added the Ollama page under 08_ml_ai_hpc since it's an AI tool, but let me know if you'd prefer it under 06_tools_and_software to match other software guides.