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
I am trying to build OneFlow v0.7.0 on an AWS host (information attached below).
After creating and activating the Conda env, I ran the following commands.
git clone -b v0.7.0 https://github.com/Oneflow-Inc/oneflow
cd oneflow
mkdir build
cd build
cmake .. -C ../cmake/caches/international/cpu.cmake
make -j64
The make -j64 command failed at
-- verifying file...
file='/home/wkyi/w/oneflow/build/opencv/src/51cef2651.tar.gz'
-- MD5 hash of
/home/wkyi/w/oneflow/build/opencv/src/51cef2651.tar.gz
does not match expected value
expected: '59870e55385f5202c1aa178fe37ed2de'
actual: '69a413ea4fb9d28068cb86f3408f0f2f'
-- Hash mismatch, removing...
I am trying to build OneFlow v0.7.0 on an AWS host (information attached below).
After creating and activating the Conda env, I ran the following commands.
The
make -j64
command failed atThe system information is as the following.
The text was updated successfully, but these errors were encountered: