Skip to content

Commit

Permalink
default cuda device to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingFathead committed Dec 29, 2024
1 parent 79afd52 commit d8938f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ default_model_variant = yolov8m
[hardware]
# Preferred CUDA device ID
# e.g., 0 means "cuda:0", 1 means "cuda:1"
cuda_device_id = 1
cuda_device_id = 0
# If the chosen device isn't available, automatically fallback to the next available device?
# true/false
cuda_fallback_if_unavailable = true
Expand Down

0 comments on commit d8938f9

Please sign in to comment.