-
Notifications
You must be signed in to change notification settings - Fork 4
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
Cannot find dlio_benchmark.py - errors #5
Comments
I am sorry, you didnt miss anything, the setup.py has issues. I would recommend you clone the repo and check the script https://github.com/hariharan-devarajan/dlio_benchmark/blob/master/scripts/cosmic.sh to see how to use it. |
Thanks for the quick response. I cloned the repo to my workstation. Then I tried running setup.py again and got the following:
It had the same issues as my previous post. I then tried going into the source on my workstation and try running dlio_benchmark.py. I got the following output that is the same as my previous post.
Would it be better if I put all Python source files in one directory so that dlio_benchmark.py can find the module it needs? This seems drastic and very messy. Thanks! GG |
you need to set the PYTHONPATH i believe. I usually do this.
The you can run dlio_benchmark.py
|
Ok i tried a fresh environment and added the instructions into the README for your reference as well
|
I also fixed the setup.py now you can install it by
|
We're u able to test this for you @laytonjbgmail . |
The dlio_benchmark executable does not work for me:
The only way to get it to work is:
|
We have migrated the repo to alcf located at https://github.com/argonne-lcf/dlio_benchmark. Can you please check that repo and if issue persists please raise the issue there. Sorry for the inconvenience. |
Hello,
I install dlio using the following method
The installation output is ,
I wanted to then run the command
python ./dlio_benchmark.py
but I cannot find the script. anywhere.I tried going to the source to run
dlio_benchmark.py, python3 ./dlio_benchmark.py
and I get the following output,I apologize for missing something obvious - could someone help me?
BTW - Python3 3.9.12, horovod 0.25.0, Tensorflow 2.9.1, HDF5 3.7.0, numpy 1.21.6
Thank you.
The text was updated successfully, but these errors were encountered: