instructlab / training

InstructLab Training Library - Efficient Fine-Tuning with Message-Format Data
Apache License 2.0
16 stars 42 forks source link

Add CPU-Only Support to the training library #117

Open Maxusmusti opened 3 months ago

Maxusmusti commented 3 months ago

We need to support the cpu-only laptop case for linux users (who currently rely on the legacy implementation in the CLI).

russellb commented 3 months ago

something to look at when doing this -- https://github.com/instructlab/instructlab/pull/993

that PR includes some tweaks that make CPU-only training actually usable.