Skip to content

Commit

Permalink
Mention HTTP server in features in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Noeda committed Mar 21, 2023
1 parent a832061 commit d85ed7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ RLLaMA is a pure Rust implementation of [LLaMA large language model inference.](
* LLaMA-7B, LLaMA-13B, LLaMA-30B, LLaMA-65B all confirmed working
* Hand-optimized AVX2 implementation
* OpenCL support for GPU inference.
* Simple HTTP API support, with the possibility of doing token sampling on
client side

## Performance

Expand Down

0 comments on commit d85ed7f

Please sign in to comment.