Skip to content

[Compiled Pipeline] Add naive logic of Compiled pipeline for pre-check of key logic & Serving management. #191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

MOLYHECI
Copy link
Collaborator

No description provided.

@SunnyHaze
Copy link
Collaborator

先不要合并,后续还要完善一些关于Serving 的管理逻辑。

self.max_workers = max_workers
self.process = None
self.backend_initialized = False

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

在这块考虑temperature等参数是否设置

except Exception as e:
self.logger.debug(f"[{i+1}/90] Connection failed: {repr(e)}")
time.sleep(1)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里的启动逻辑写得很粗糙,有没有更加优雅的实现,另外想办法规范化输出,服务器的输出和算子的输出在同一个命令行非常乱

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants