Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrychu committed Jan 23, 2024
1 parent 2c3295c commit 283a915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpu_jobs.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
from dotenv import load_dotenv
from utils.subprocess_operations import get_piped_stdout, stdout_to_quota_records
from utils.subprocess_operations import get_piped_stdout, stdout_to_gpu_records
from hooks.slack import send_slack_message

load_dotenv()
Expand Down

0 comments on commit 283a915

Please sign in to comment.