togethercomputer / together-python

The Official Python Client for Together's API
https://pypi.org/project/together/
Apache License 2.0
24 stars 5 forks source link

Add LoRA support for FT API #156

Closed artek0chumak closed 1 month ago

artek0chumak commented 1 month ago

Issue ENG-4853

Add LoRA training support for finetuning jobs.

Some cli examples:

together fine-tuning create --training-file "${FILE_ID}" --model "meta-llama/Meta-Llama-3-8B" --wandb-api-key "${WANDB_API_KEY}" --lora --lora-r 8

Description of the new parameters: