Skip to content

Commit

Permalink
readme update (quic#181)
Browse files Browse the repository at this point in the history
* readme update for pr-153

Signed-off-by: Abukhoyer Shaik <[email protected]>

* Modify docs string

Signed-off-by: Abukhoyer Shaik <[email protected]>

---------

Signed-off-by: Abukhoyer Shaik <[email protected]>
  • Loading branch information
abukhoy authored Nov 25, 2024
1 parent e31d0d8 commit ef49dbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion QEfficient/peft/auto.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class QEffAutoPeftModelForCausalLM(QEFFBaseModel):
Args:
:model (nn.Module): PyTorch model
:finite_adapters (bool): set True to enable finite adapter mode with QEffAutoLoraModelForCausalLM class. Please refer to QEffAutoLoraModelForCausalLM for API specification.
.. code-block:: python
Expand Down
5 changes: 3 additions & 2 deletions docs/source/hl_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@

## `QEffAutoLoraModelForCausalLM`
```{eval-rst}
.. autoclass:: QEfficient.lora.auto.QEffAutoLoraModelForCausalLM
.. autoclass:: QEfficient.peft.lora.auto.QEffAutoLoraModelForCausalLM
:member-order: bysource
:members:
```

Expand Down Expand Up @@ -50,4 +51,4 @@
:members:
:show-inheritance:
:exclude-members: latency_stats_bertstyle,cloud_ai_100_exec_kv_helper
```
```

0 comments on commit ef49dbd

Please sign in to comment.