Skip to content

Latest commit

 

History

History

inference

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Demo

To run our demo, you need to prepare Dromedary-2 checkpoints locally. Please follow the instructions here. This demo is adpted from Guanaco demo notebook. The code is tested on a single A100-80GB GPU, with a peak GPU memory usage < 48GB.

python -u demo.py \
    --model-name "/path/to/llama-2-70b-hf" \
    --adapters-name "/path/to/qlora_adapter_models"