Skip to content
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

add gpu backend& communiaction ops #1

Open
wants to merge 5 commits into
base: micro_bench
Choose a base branch
from

Conversation

HanTengfei99
Copy link
Collaborator

@HanTengfei99 HanTengfei99 commented Feb 21, 2024

I disabled the virtual env creation code temporarily because using virtual env on my devbox will be very slow when installing py packages. And this code will be uncommented when code is ready.

if not status:
log.warning("Activate virtualenv Failed, Please Check...")
# status = self.activate_venv(self.backend_type)
# if not status:
Copy link
Owner

Choose a reason for hiding this comment

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

虚拟环境这里最好还是保留吧,可以把需要的library统一安装在venv里

Copy link
Collaborator Author

@HanTengfei99 HanTengfei99 Feb 22, 2024

Choose a reason for hiding this comment

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

嗯嗯,我之后会改回来的,临时注释掉的原因是我的开发机装某些包太慢了。@JianzheXiao

Copy link
Owner

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