farouk1 commited on
Commit
d8613d2
·
verified ·
1 Parent(s): 069c64f

Delete requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +0 -4
requirements.txt DELETED
@@ -1,4 +0,0 @@
1
- # For 8-bit loading (requires bitsandbytes and accelerate)
2
- model = AutoModelForSeq2SeqLM.from_pretrained(MODEL_NAME, load_in_8bit=True, device_map="auto")
3
- # For 4-bit loading
4
- # model = AutoModelForSeq2SeqLM.from_pretrained(MODEL_NAME, load_in_4bit=True, device_map="auto")