Skip to content

Commit

Permalink
remove llm, better use hf
Browse files Browse the repository at this point in the history
  • Loading branch information
huseinzol05 committed Mar 26, 2024
1 parent a6cdb8e commit 7f90529
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 68 deletions.
6 changes: 0 additions & 6 deletions docs/Api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -419,12 +419,6 @@ malaya.torch_model.huggingface
.. autoclass:: malaya.torch_model.huggingface.Reranker()
:members:

malaya.torch_model.llm
----------------------------------

.. autoclass:: malaya.torch_model.llm.LLM()
:members:

malaya.torch_model.mask_lm
----------------------------------

Expand Down
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ Contents:
load-isi-penting-generator-news-style
load-isi-penting-generator-product-description-style
load-paraphrase
load-llm

.. toctree::
:maxdepth: 2
Expand Down
1 change: 0 additions & 1 deletion malaya/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
from . import knowledge_graph
from . import language_detection
from . import language_model
from . import llm
from . import normalize
from . import nsfw
from . import num2word
Expand Down
60 changes: 0 additions & 60 deletions malaya/llm.py

This file was deleted.

0 comments on commit 7f90529

Please sign in to comment.