Hamid Shojanazeri e69fd49c4f moved update to a separate file 1 년 전
..
hf-text-generation-inference b3067b55dc fix typos and spelling errors 1 년 전
README.md e69fd49c4f moved update to a separate file 1 년 전
chat_completion.py 557e881fcc aliginng the pad token with HF latest 1 년 전
chat_utils.py f6152893d8 update prompts 1 년 전
chats.json f6152893d8 update prompts 1 년 전
checkpoint_converter_fsdp_hf.py 50e9d17045 add the default option for find the HF model_name/path from train_param.yaml 1 년 전
inference.py c4e96af6ee clean up 1 년 전
model_utils.py 76a187c4d2 clean up 1 년 전
safety_utils.py 4767f09ecd Initial commit 1 년 전
samsum_prompt.txt 4767f09ecd Initial commit 1 년 전
vLLM_inference.py 4767f09ecd Initial commit 1 년 전

README.md

Inference

This folder contains inference examples for Llama 2. So far, we have provided support for three methods of inference:

  1. inference script script provides support for Hugging Face accelerate, PEFT and FSDP fine tuned models.

  2. vLLM_inference.py script takes advantage of vLLM's paged attention concept for low latency.

  3. The hf-text-generation-inference folder contains information on Hugging Face Text Generation Inference (TGI).

For more in depth information on inference including inference safety checks and examples, see the inference documentation here.