File size: 472 Bytes
8f1a330
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.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