Skip to content

Commit

Permalink
[QEff. finetune] nit: add updates to cli md (#213)
Browse files Browse the repository at this point in the history
* nit: add updates to cli md

Signed-off-by: vbaddi <[email protected]>

* nit: update finetune.py doc

Signed-off-by: vbaddi <[email protected]>

---------

Signed-off-by: vbaddi <[email protected]>
  • Loading branch information
vbaddi authored and quic-rishinr committed Jan 10, 2025
1 parent 8546763 commit 2fed663
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions QEfficient/cloud/finetune.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@


def main(**kwargs):
"""
Helper function to finetune the model on QAic.
.. code-block:: bash
python -m QEfficient.cloud.finetune OPTIONS
"""
# update the configuration for the training process
train_config = TRAIN_CONFIG()
update_config(train_config, **kwargs)
Expand Down
5 changes: 5 additions & 0 deletions docs/source/cli_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@ Use ``bash terminal``, else if using ``ZSH terminal`` then ``device_group``shoul
```{eval-rst}
.. automodule:: QEfficient.cloud.export.main
```
# `QEfficient.cloud.finetune`
```{eval-rst}
.. automodule:: QEfficient.cloud.finetune.main
```

0 comments on commit 2fed663

Please sign in to comment.