Skip to content

Commit

Permalink
changed device number back to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Zausinger committed Jan 16, 2025
1 parent e4acdd9 commit 75aac1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ntl/run_language_modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import sys
import os
sys.path.append(".")
os.environ["CUDA_VISIBLE_DEVICES"] = "2"
os.environ["CUDA_VISIBLE_DEVICES"] = "1"

import time
import json
Expand Down

0 comments on commit 75aac1f

Please sign in to comment.