-
Notifications
You must be signed in to change notification settings - Fork 13
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
Build for Intel gptj-99 docker fails #11
Comments
Which machine are you targeting the run on? |
@arjunsuresh I'm trying this on a VM running on an Intel-icelake server for the moment. And I'm not only seeing docker build issues with gptj, but with other models as well. |
I'm not sure if Intel submission code will run on Ice Lake as it is specific to Sapphire Rapids. With some minor changes in the scripts we were able to run the code on a 4 vCPU SPR cloud instance for 3.1 inference rounds. We are about to automate Intel submission code inside MLCommons CM automation project (Nvidia, Reference and Qualcomm codes are so far added) and after this, it should be much easier to reproduce any submitted result. |
@gktejus Where you able to find the fix for this issue ? @arjunsuresh I am also facing the same issue and my VM configurations are |
When discussing this issue at our discord channel for the MLCommons TF on automation and reproducibility, we got a suggestion to validate target hardware capabilities in the CM workflow before running/reproducing Intel submissions and returning a user-friendly warning if a given implementation is incompatible with this target. @arjunsuresh - let's discuss how to prototype it in your new CM workflow for Intel submissions - normally we should have all the functionality in CM to do it ... |
I'm trying to reproduce the Intel results for gptj-99 and trying to setup the docker by doing a
./build_gpt-j_int4_container.sh
.However, the build seems to fail due to a bunch of errors
Is this a known issue, and is there any workaround for this?
The text was updated successfully, but these errors were encountered: