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

dev -> main #743

Merged
merged 24 commits into from
Mar 31, 2024
Merged

dev -> main #743

merged 24 commits into from
Mar 31, 2024

Conversation

priyakasimbeg
Copy link
Contributor

@priyakasimbeg priyakasimbeg commented Mar 29, 2024

Finalize variant workload targets.
Fix to random utils _signed_to_unsigned function.

pomonam and others added 24 commits March 19, 2024 13:35
When running the submission_runner on the self-tuning track, we run into this error calling `_signed_to_unsigned` from random_utils.py. 

I've added a fix

```ValueError: Seed must be between 0 and 2**32 - 1
    rng = prng.PRNGKey(rng_seed)
  File "/private/home/axyang/optimization/algorithmic-efficiency-entry/algorithm
ic_efficiency/random_utils.py", line 79, in PRNGKey
    return _PRNGKey(seed)
```
[fix] random_utils.py to `_signed_to_unsigned`
Fix path in helper config for running experiments in bulk.
Add warning for PyTorch data loader num_workers flag.
Copy link

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@priyakasimbeg priyakasimbeg changed the title [testing] dev -> main dev -> main Mar 31, 2024
@priyakasimbeg priyakasimbeg marked this pull request as ready for review March 31, 2024 03:45
@priyakasimbeg priyakasimbeg requested a review from a team as a code owner March 31, 2024 03:45
@priyakasimbeg priyakasimbeg merged commit d23243a into main Mar 31, 2024
51 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Mar 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants