...
Navigate to https://tap.tacc.utexas.edu/mfalogin/
Login with your TACC username, password, and the token from your MFA app
Don’t be intimidated by the long form. After filling it out once, you can resubmit the same settings.
For standard compute use these settings:
System: Lonestar6
Application: Jupyter Notebook
Project: <select the project code shared by your instructor in the drop down>
Queue: vm-small
Job Name: Jupyter Standard
Time Limit: 1:0:0
Reservation: <Leave Blank>
For GPU compute, use these settings:
System: Lonestar6
Application: Jupyter Notebook
Project: <select the project code shared by your instructor in the drop down>
Queue: gpu-a100-small
Job Name: Jupyter GPU
Time Limit: 1:0:0
Reservation: <Leave Blank>
Hit Submit and wait for the next screen. It can sometimes take up to 60 seconds
On the Job Status screen, click “Connect”
If you don’t see Connect, wait 30 seconds and click “Check Status” till you see Connect
If your class is using huggingface (your professor will let you know), run the following code the first time you connect to your notebook
| Code Block | ||
|---|---|---|
| ||
!mkdir -p $WORK/.cache
!ln -s $WORK/.cache ~/.cache
!ln -s $WORK ~/WORK
!ln -s $SCRATCH ~/SCRATCH |
FAQ
| Cfm expand | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...