-
Couldn't load subscription status.
- Fork 67
Test on the new AXLearn version #1595
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
base: main
Are you sure you want to change the base?
Conversation
|
This PR allows us to finally switch from my forked AXLearn version to the main AXLearn 🎉 |
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.
Can you update
| ARG URLREF_AXLEARN=https://github.com/Steboss/axlearn.git#sbosisio/working_branch |
.github/container/test-axlearn.sh
Outdated
| found_files=$(find . -name "$file" -type f 2>/dev/null) | ||
| if [[ -n "$found_files" ]]; then | ||
| while IFS= read -r found_file; do | ||
| # Handle the ambiguous 'utils_test.py' as a special case. |
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.
This seems a bit complicated. Why not just list out the paths? It looks like you are just putting axlearn/common in front of them all.
% find . -name utils_test.py -or -name trainer_test.py -or -name input_dispatch_test.py -or -name input_base_test.py -or -name gda_test.py
./axlearn/cli/utils_test.py
./axlearn/common/utils_test.py
./axlearn/common/trainer_test.py
./axlearn/common/input_dispatch_test.py
./axlearn/common/quantized_dot_general/utils_test.py
./axlearn/common/input_base_test.py
./axlearn/common/flash_attention/utils_test.py
./axlearn/common/gda_test.py
./axlearn/cloud/gcp/utils_test.py
./axlearn/cloud/gcp/runners/utils_test.py
./axlearn/cloud/common/utils_test.py
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.
Can't this code go away now?
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.
Sorry, updated this now
|
Can this be closed @Steboss ? |
No description provided.