Conversation
amyeroberts
approved these changes
May 16, 2023
Contributor
amyeroberts
left a comment
There was a problem hiding this comment.
Thanks for updating!
|
The documentation is not available anymore as the PR was closed or merged. |
ydshieh
commented
May 17, 2023
Comment on lines
+74
to
+83
| - name: Cleanup disk | ||
| run: | | ||
| sudo ls -l /usr/local/lib/ | ||
| sudo ls -l /usr/share/ | ||
| sudo du -sh /usr/local/lib/ | ||
| sudo du -sh /usr/share/ | ||
| sudo rm -rf /usr/local/lib/android | ||
| sudo rm -rf /usr/share/dotnet | ||
| sudo du -sh /usr/local/lib/ | ||
| sudo du -sh /usr/share/ |
Collaborator
Author
There was a problem hiding this comment.
required to avoid running out of disk space (on runnger)
ydshieh
commented
May 17, 2023
| RUN python3 -m pip install --no-cache-dir -U tensorflow==2.12 protobuf==3.20.3 tensorflow_text tensorflow_probability | ||
| RUN python3 -m pip uninstall -y flax jax | ||
|
|
||
| RUN python3 -m pip install --no-cache-dir intel_extension_for_pytorch==$INTEL_TORCH_EXT+cpu -f https://software.intel.com/ipex-whl-stable |
Collaborator
Author
There was a problem hiding this comment.
link starts to fail 2 days ago
ydshieh
commented
May 17, 2023
| ARG REF=main | ||
| RUN git clone https://github.com/huggingface/transformers && cd transformers && git checkout $REF | ||
|
|
||
| RUN python3 -m pip uninstall -y torch torchvision torchaudio |
Collaborator
Author
There was a problem hiding this comment.
just to make the installation in the following lines work more smoothly without the existing torch stuff
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
gojiteji
pushed a commit
to gojiteji/transformers
that referenced
this pull request
Jun 5, 2023
* fix --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
novice03
pushed a commit
to novice03/transformers
that referenced
this pull request
Jun 23, 2023
* fix --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
A follow up for #23339.
I will try to build the images and run a small subset of tests to make sure this doesn't break (too many) things before merge.