File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 5252 python --version
5353 python -m venv venv
5454 source venv/bin/activate
55- pip install -r requirements.txt
5655 - name : Install dependencies
5756 run : |
5857 python -m pip install --upgrade pip
6362 # flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
6463 # # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
6564 # flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
66- # Not sure why Megatron-LM will force to install pytorch 2.6.0 and cuda libs
67- # , so we install Megatron-LM first then do `pip install -r requirements.txt` again here...
65+ # Not sure why Megatron-LM will force to install pytorch 2.6.0 and cuda libs,
66+ # so we install Megatron-LM first then do `pip install -r requirements.txt` again here...
6867 - name : Build 3rdparty dependencies
6968 run : |
7069 pip install -e 3rdparty/Megatron-LM
You can’t perform that action at this time.
0 commit comments