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

[ci] Fix workspace_template_finetuning_llms_with_deepspeed_llama_2_7b.aws #39573

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

can-anyscale
Copy link
Collaborator

The current list of pip dependencies are installed at runtime through ray.init. That does not seem to work. Install these dependencies at docker build time instead.

Test:

  • CI

@can-anyscale
Copy link
Collaborator Author

Comment on lines 7 to 11
pip3 install -U torch==2.0.0 torchvision==0.15.1 torchaudio==2.0.1 deepspeed==0.10.0 \
fairscale==0.4.13 datasets==2.14.4 accelerate==0.21.0 evaluate==0.4.0 \
bitsandbytes==0.41.1 wandb==0.15.8 pytorch-lightning==2.0.6 "protobuf<3.21.0" \
torchmetrics==1.0.3 lm_eval==0.3.0 tiktoken==0.1.2 sentencepiece==0.1.99 \
"urllib3<1.27" git+https://github.com/huggingface/transformers.git@d0c1aeb
Copy link
Collaborator

Choose a reason for hiding this comment

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

could you make it one package on one line?

Signed-off-by: can <can@anyscale.com>
@can-anyscale can-anyscale merged commit e446573 into master Sep 13, 2023
@can-anyscale can-anyscale deleted the can-llama branch September 13, 2023 02:14
vymao pushed a commit to vymao/ray that referenced this pull request Oct 11, 2023
The current list of pip dependencies are installed at runtime through ray.init. That does not seem to work. Install these dependencies at docker build time instead.

Signed-off-by: can <can@anyscale.com>
Signed-off-by: Victor <vctr.y.m@example.com>
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