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

About training environment!!! #151

Open
jifeng35 opened this issue Oct 11, 2024 · 1 comment
Open

About training environment!!! #151

jifeng35 opened this issue Oct 11, 2024 · 1 comment

Comments

@jifeng35
Copy link

Hello there, I've been suffered from the training environment about 3days just because of using a shared server in my lab.
Here's sth you need to notice while you're config your training env!!!
Please donnot use conda to install deepspeed, tensorboard, scikit-image(This three pkgs is not included in requirements.txt, but they are needed in training)
I implement a script that can properly config the training env!

$ mamba create -n dslisa python=3.10 gxx=9 gcc=9 ipykernel
$ mamba activate dslisa && cd /your/path/to/LISA && pip3 install -r requirements.txt
$ pip3 install deepspeed tensorboard scikit-image ninja
@Issac304
Copy link

很有用,谢谢了~

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

No branches or pull requests

2 participants