llm-qa-bench / Makefile
dh-mc's picture
latest code/data
8f1a330
.PHONY: start
start:
python app.py
test:
python eval_modules/qa_chain_test.py
tune:
./tune_rp.sh
chat:
python eval_modules/qa_chain_test.py chat
.PHONY: format
format:
black .
install:
pip install -r requirements.txt
install-torch:
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
install-torch-cuda:
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121