Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
codingl2k1 committed Jan 25, 2025
1 parent 2e14922 commit c469846
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 20 deletions.
1 change: 1 addition & 0 deletions doc/source/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Getting Started
:maxdepth: 2

installation
installation_npu
using_xinference
logging
using_docker_image
Expand Down
19 changes: 0 additions & 19 deletions doc/source/models/builtin/audio/fishspeech-1.4.rst

This file was deleted.

2 changes: 1 addition & 1 deletion doc/source/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ VideoModelHandle

xinference.client.handlers.VideoModelHandle

xinference.client.handlers.ImageModelHandle.text_to_video
xinference.client.handlers.VideoModelHandle.text_to_video
3 changes: 3 additions & 0 deletions xinference/client/handlers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
from .restful.restful_client import ( # noqa: F401
RESTfulAudioModelHandle as AudioModelHandle,
)
from .restful.restful_client import ( # noqa: F401
RESTfulVideoModelHandle as VideoModelHandle,
)
from .restful.restful_client import ( # noqa: F401
RESTfulChatModelHandle as ChatModelHandle,
)
Expand Down

0 comments on commit c469846

Please sign in to comment.