14 lines
214 B
Plaintext
14 lines
214 B
Plaintext
|
|
# ARC Engine v2.4 - Minimal Requirements
|
||
|
|
# =======================================
|
||
|
|
# Just the essentials to run the model
|
||
|
|
|
||
|
|
torch>=2.0
|
||
|
|
transformers>=4.40.0
|
||
|
|
accelerate
|
||
|
|
safetensors
|
||
|
|
peft
|
||
|
|
bitsandbytes
|
||
|
|
datasets
|
||
|
|
trl
|
||
|
|
tqdm
|