1 Answer
- Newest
- Most votes
- Most comments
0
Hi @Vihn, Unfortunately, I don't have access to contact to Cloud Quest directly, so I make a workaround. I split Cell 1 and add this one:
!{sys.executable} -m pip install -q --upgrade omegaconf==2.2.0 --root-user-action=ignore
!{sys.executable} -m pip install -q --upgrade nvidia-ml-py3==7.352.0 --root-user-action=ignore
!{sys.executable} -m pip install -q --upgrade jsonschema==4.21 --root-user-action=ignore
!{sys.executable} -m pip install -q --upgrade nltk==3.8 --root-user-action=ignore
In addition, I specify the version of
numpy
and
scipy
.
I hope you can work with it.
answered a year ago
Relevant content
- asked 2 years ago
- asked 2 years ago
