Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

startup.sh 307 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. python3 -m nemo_chem.models.megamolbart.grpc.service &
  2. jupyter lab \
  3. --no-browser \
  4. --port=8888 \
  5. --ip=0.0.0.0 \
  6. --allow-root \
  7. --notebook-dir=/opt/nvidia/nemo_chem/examples/chem/nbs \
  8. --NotebookApp.password='' \
  9. --NotebookApp.token='' \
  10. --NotebookApp.password_required=False
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...