← Back to context Comment by jacobgorm 19 hours ago What kind of hardware setup would be needed to replicate the paper’s results? 1 comment jacobgorm Reply deepsquirrelnet 15 hours ago I am training phi-4 (14B) using a single A6000. There’s some tricks you have to use to keep VRAM consumption down - mainly LoRA and quantization.There’s a package called “unsloth” that integrates with huggingface’s TRL library that can help.
deepsquirrelnet 15 hours ago I am training phi-4 (14B) using a single A6000. There’s some tricks you have to use to keep VRAM consumption down - mainly LoRA and quantization.There’s a package called “unsloth” that integrates with huggingface’s TRL library that can help.
I am training phi-4 (14B) using a single A6000. There’s some tricks you have to use to keep VRAM consumption down - mainly LoRA and quantization.
There’s a package called “unsloth” that integrates with huggingface’s TRL library that can help.