-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: micro_bench
Are you sure you want to change the base?
Conversation
if not status: | ||
log.warning("Activate virtualenv Failed, Please Check...") | ||
# status = self.activate_venv(self.backend_type) | ||
# if not status: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
虚拟环境这里最好还是保留吧,可以把需要的library统一安装在venv里
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
嗯嗯,我之后会改回来的,临时注释掉的原因是我的开发机装某些包太慢了。@JianzheXiao
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
现在好像这里还是注释状态呀,把它先改回来吧
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.