mlcommons / training

Reference implementations of MLPerf™ training benchmarks
https://mlcommons.org/en/groups/training
Apache License 2.0
1.58k stars 549 forks source link

Fails to clone dlrm submodule #485

Closed TigranI closed 1 year ago

TigranI commented 3 years ago

(a) When cloning the repo using

git clone --recurse-submodules https://github.com/mlcommons/training.git

I was prompted to enter my github credentials and then got the following message:

remote: Invalid username or password. fatal: Authentication failed for 'https://github.com/mlperf/community.git/' fatal: clone of 'https://github.com/mlperf/community.git' into submodule path '/home/tishkhanov/mlcommons/training/community' failed Failed to clone 'community'. Retry scheduled

In the end, most of the repo got cloned, however, at least, dlrm submodule didn't get cloned (and possibly others).

EtoDemerzel0427 commented 3 years ago

I met the same problem, and it seems this problem has existed for long, @mnaumovfb could you please help?

mnaumovfb commented 3 years ago

Adding @bitfort and @TigranI to comment.

EtoDemerzel0427 commented 3 years ago

It worked for me: https://github.com/mlcommons/inference/issues/863#issuecomment-852444574. Seems DLRM does not really rely on that submodule, so we can safely skip it in the way mentioned in this issue.

johntran-nv commented 1 year ago

The DLRM engineers are focused on updating the DLRM benchmark for v3.0 (Spring 2023), at which point we'll deprecate the current version. Please reopen if you really need this for the current version and we can consider it.