hamelsmu / llama-inference

experiments with inference on llama

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

llama inference

Exploration of latency on various setups of inference with llama.

Caveats

  • I didn't explore throughput. That is a deep rabbit hole - I was just exploring latency for a single request. You can tradeoff throughput and latency with various forms of batching requests.
  • I tried my best to use tools based on the documentation provided.

About

experiments with inference on llama


Languages

Language:Python 51.3%Language:Jupyter Notebook 47.2%Language:Shell 1.5%