mlcommons / training

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

mlperf/reference.git not found #528

Closed mahmoodn closed 2 years ago

mahmoodn commented 2 years ago

Hello, It seems that the git clone git@github.com:mlperf/reference.git doesn't work. May I know what is the new address?

ahmadki commented 2 years ago

That is the old address of this repositories, some READMEs were not updated. So just use:

git clone git@github.com:mlcommons/training.git
mahmoodn commented 2 years ago

I get the same error

$ git clone git@github.com:mlcommons/training.git
Cloning into 'training'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

I did the previous steps like ssh-keyscan github.com >> ~/.ssh/known_hosts. For example, I see the following entries in that file.

github.com ssh-rsa AAAAB3N.......==
github.com ecdsa-sha2-nistp256 AAAA.......=
github.com ssh-ed25519 AAAA.....
mahmoodn commented 2 years ago

OK. The problem was related to ssh keys. I created a new id_rsa.pub and added that to my github account.