Skip to content

Conversation

@Steboss
Copy link
Contributor

@Steboss Steboss commented Aug 1, 2025

No description provided.

@Steboss Steboss requested review from gpupuck and olupton August 1, 2025 14:46
@Steboss
Copy link
Contributor Author

Steboss commented Aug 1, 2025

This PR allows us to finally switch from my forked AXLearn version to the main AXLearn 🎉

gpupuck
gpupuck previously approved these changes Aug 1, 2025
Copy link
Collaborator

@olupton olupton left a 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
too please?

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.
Copy link
Collaborator

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

Copy link
Collaborator

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry, updated this now

@Steboss Steboss requested review from gpupuck and olupton August 4, 2025 20:49
@Steboss Steboss marked this pull request as draft August 12, 2025 12:19
@Steboss Steboss marked this pull request as ready for review August 14, 2025 16:31
@Steboss Steboss marked this pull request as draft September 8, 2025 09:27
@olupton
Copy link
Collaborator

olupton commented Oct 23, 2025

Can this be closed @Steboss ?

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.

4 participants