-
Notifications
You must be signed in to change notification settings - Fork 16
Provisioner cleanup #311
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
Merged
Merged
Provisioner cleanup #311
Changes from 20 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
08c7e73
add qwen32b
allenwang28 367dda8
Merge remote-tracking branch 'upstream/main' into qwen32
allenwang28 8e953a8
Merge branch 'main' into qwen32
allenwang28 e23b3fe
bunch of changes for new monarch
allenwang28 2ee8517
check in some changes
allenwang28 02b4fd9
Merge branch 'main' into qwen32
allenwang28 dc1bdf4
update comment
allenwang28 04e5901
no 32b
allenwang28 3fbb8f1
more cleanups
allenwang28 de6d8e3
undo some policy changes
allenwang28 6d1bf08
undo again
allenwang28 6be0e93
lint
allenwang28 261aff7
more cleanup
allenwang28 e823991
Merge branch 'main' into qwen32
allenwang28 e6f4fb6
Update src/forge/controller/launcher.py
allenwang28 9a011a6
a few more clean ups
allenwang28 aa5367e
mroe clean
allenwang28 e8bc33a
no gpu
allenwang28 7d90624
no gpugit add -u!
allenwang28 fbefc09
mast doesn't fail silently
allenwang28 9ef8dd0
remove typo
allenwang28 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
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.
should it silently fail?
Uh oh!
There was an error while loading. Please reload this page.
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.
For now, yes. (However some sort of logging would be idea.) until we figure out what would be a right way to segregate meta-only code blocks. These dependencies are meta internal and are installed via an internal fbpkg monarch build. The env setup for mast requires a separate installation script.
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.
I've just added in a block that says "if imports failed and you're trying to use MAST, print an error messaging say imports failed and that you should check your build was correct"