Skip to content

Commit 29fc570

Browse files
Started working on config
1 parent d71506e commit 29fc570

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ G2P:
2222
LLM:
2323
MODEL: "microsoft/Phi-3-mini-4k-instruct"
2424
TOKENIZER: "microsoft/Phi-3-mini-4k-instruct"
25+
# Options are: None, 4bit, 8bit
26+
QUANTIZATION: None
27+
# If you want to add a LoRA to the model
28+
LORA:
2529
DELETE_AFTER_USE: False
2630
OFFLOAD: True
2731

0 commit comments

Comments
 (0)