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
cd DNABERT python3 -m pip install --editable . cd examples python3 -m pip install -r requirements.txt
You can try several times to ensure you successfully install all packages required.
git clone https://github.com/NVIDIA/apex cd apex pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./
python version >= 3.7 is needed. However, the instruction specifies python version 3.6.
pip version 21.3.1 (the latest) is needed, otherwise you will meet errors while installing packages using pip.
The text was updated successfully, but these errors were encountered: