You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can anybody provide a solution/workaround for this? Can changing the torch version to a latest dev version affect the validity of the benchmark results?
I also had to edit the Dockerfile by adding a -y to some conda install commands to prevent a hang when waiting for user confirmation.
The text was updated successfully, but these errors were encountered:
eltimen
changed the title
Unable to build Intel gptj Docker image due to the conda install error
Unable to build Intel gptj Docker image due to installation errors
Jan 29, 2024
We had a fix for this which was to build pytorch from the git hash corresponding to the wheel file. Will just double check everything and share the recipe shortly.
Hi all,
I'm trying to run Intel benchmarks on my server. I have the following error when trying to build gptj Docker image using this script:
Can anybody provide a solution/workaround for this? Can changing the torch version to a latest dev version affect the validity of the benchmark results?
I also had to edit the Dockerfile by adding a
-y
to someconda install
commands to prevent a hang when waiting for user confirmation.The text was updated successfully, but these errors were encountered: