File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 3434 - bash : |
3535 pip --version
3636 .actions/assistant.py requirements_prune_pkgs torch,torchvision,torchtext
37- pip install .["extra","test"] --user
37+ pip install .["extra","test"] --force-reinstall
3838 pip list
39- find / -name "dist-packages"
40- find / -name "site-packages"
41- ls -lh /usr/local/lib/python3.8/dist-packages | grep lightning
42- ls -lh /usr/lib/python3/dist-packages | grep lightning
43- ls -lh /usr/lib/python2.7/dist-packages | grep lightning
44- ls -lh /usr/lib/python3.8/site-packages | grep lightning
45- ls -lh /root/.local/lib/python3.8/site-packages | grep lightning
46- # fixme
47- pip install pytorch-lightning
48- pip list | grep lightning
4939 env:
5040 PACKAGE_NAME: pytorch
5141 FREEZE_REQUIREMENTS: 1
You can’t perform that action at this time.
0 commit comments