Keith Achorn
Keith Achorn
Is this related to how it prints in the paper, or does it impact the dataset itself?
I am returning to this thread for a separate download attempt This is the package I'm trying download: https://github.com/mlcommons/cm4mlops/tree/mlperf-inference/script/get-ml-model-llama2 It appears to download fully to the cache, but I cannot...
Hi @arjunsuresh . Thank you for the quick reply. I did try adding 'outdirname' (mentioned above), which only worked for downloading the dataset script, but not the model script. However,...
PR created to highlight the intent of aligning to the outlined directory structure.
PR created to consolidate Results/Measurements/Compliance into 'Results' dir.
@pgmpablo157321 - The directories for compliance and measurements are set here and reused only as variables: - [Compliance](https://github.com/mlcommons/inference/blob/cc7d6d8eabc5cc60f8b2e540f25f1edd2a9f6cd3/tools/submission/submission_checker.py#L2676) - Measurements: [here](https://github.com/mlcommons/inference/blob/cc7d6d8eabc5cc60f8b2e540f25f1edd2a9f6cd3/tools/submission/submission_checker.py#L2448) and [here](https://github.com/mlcommons/inference/blob/cc7d6d8eabc5cc60f8b2e540f25f1edd2a9f6cd3/tools/submission/submission_checker.py#L2448) Would updating these two to match the...
Thank you, Nathan. For some reason, the link is getting flagged by our internal security (requested a white-list exception). But if the file is not too large, can you possibly...
Gotcha. I thought the link included the instructions for accessing the processed dataset. We'll await your upload/checksum updates. Thanks!
Hi @nathanw-mlc . I know you're working on this and the size of the dataset will require time. But for our internal planning purposes, do you have an ETA for...
> ``` > cm run script --tags=get,preprocessed,dataset,criteo,_multihot,_mlc -j > ``` When running the command above, I get the following error: ``` $>cm pull repo mlcommons@ck ========================================================================= Warning: mlcommons@ck was automatically...