Skip to content

Commit

Permalink
nit: add updates to cli md
Browse files Browse the repository at this point in the history
Signed-off-by: vbaddi <[email protected]>
  • Loading branch information
vbaddi committed Jan 8, 2025
1 parent ed4cbdf commit 83e1f13
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.export 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 83e1f13

Please sign in to comment.