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

sbatch.sh 258 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  1. #!/usr/bin/bash
  2. #SBATCH --account=gpu
  3. #SBATCH --gres=gpu:1
  4. #SBATCH --constraint=V100_32GB
  5. #SBATCH --time=2:00:00
  6. source ~/.bashrc
  7. source load lint
  8. cd ~/git/lint
  9. MLFLOW_TRACKING_USERNAME=jinensetpal \
  10. MLFLOW_TRACKING_PASSWORD=$MLFLOW_TOKEN \
  11. dvc repro -f
Tip!

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

Comments

Loading...