Skip to content

Commit

Permalink
dev merge sdk to deepspeed
Browse files Browse the repository at this point in the history
Signed-off-by: chengtcc <864261919@qq.com>
  • Loading branch information
chengtcc committed Dec 13, 2023
1 parent d5577b0 commit f30303d
Show file tree
Hide file tree
Showing 24 changed files with 35 additions and 727 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@

import click
from ruamel import yaml

from eggroll.client.cli.commands import task
from eggroll.client.sdk import EggrollClient
from eggroll.cli.commands import task
from eggroll.deepspeed._client import EggrollClient
from eggroll.config import Config

CONTEXT_SETTINGS = dict(help_option_names=["-h", "--help"])
Expand Down Expand Up @@ -55,7 +54,7 @@ def eggroll_cli(ctx, eggroll_properties):
config.load_properties(eggroll_properties)
config.load_env()
ctx.obj["client"] = EggrollClient(
config=config, ip=cli_config.get("ip"), port=cli_config.get("port")
config=config, host=cli_config.get("ip"), port=cli_config.get("port")
)


Expand Down
2 changes: 2 additions & 0 deletions python/eggroll/cli/settings.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ip: 127.0.0.1
port: 4670
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file removed python/eggroll/client/__init__.py
Empty file.
15 changes: 0 additions & 15 deletions python/eggroll/client/sdk/__init__.py

This file was deleted.

10 changes: 0 additions & 10 deletions python/eggroll/client/sdk/_client.py

This file was deleted.

16 changes: 0 additions & 16 deletions python/eggroll/client/sdk/api/__init__.py

This file was deleted.

Loading

0 comments on commit f30303d

Please sign in to comment.