Skip to content

Commit

Permalink
fix: clean codes
Browse files Browse the repository at this point in the history
  • Loading branch information
numb3r3 committed Jul 11, 2023
1 parent 48f6e0a commit 15fa664
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions open_gpt/cli/commands/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ def handle(self) -> int:
self.line(f"{flow_yaml}")
else:
asyncify(deploy)(flow=flow_yaml)
# if self.option('dry_run'):
# self.line(f"{flow}")
else:
raise NotImplementedError(
'Deploying with customized config is not supported yet.'
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,10 @@
'bitsandbytes>=0.39.0',
'accelerate>=0.20.3',
'peft>=0.3.0',
'open_clip_torch>=2.20.0',
'loguru',
'tqdm',
],
extras_require={
'profile': ['psutil'],
'test': ['pytest', 'pytest-cov', 'pytest-xdist', 'pytest-mock'],
},
entry_points={
Expand Down

0 comments on commit 15fa664

Please sign in to comment.