Skip to content

Commit b101b2c

Browse files
committed
feat: Refactoring! HTTP/2 asynchronous IO library completed
1 parent bc0a0d7 commit b101b2c

File tree

107 files changed

+3591
-11157
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+3591
-11157
lines changed

samples/llm/chat_pb2.py

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/llm/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
# limitations under the License.
1616
from time import sleep
1717

18+
import chat_pb2
1819
from lmdeploy import GenerationConfig, TurbomindEngineConfig, pipeline
1920

2021
from dubbo import Dubbo
2122
from dubbo.configs import RegistryConfig, ServiceConfig
2223
from dubbo.proxy.handlers import RpcMethodHandler, RpcServiceHandler
23-
import chat_pb2
2424

2525
# the path of a model. It could be one of the following options:
2626
# 1. A local directory path of a turbomind model

src/dubbo/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,3 @@
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
16-
17-
from .bootstrap import Dubbo
18-
from .client import Client
19-
from .server import Server
20-
21-
__all__ = ["Dubbo", "Client", "Server"]

src/dubbo/bootstrap.py

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)