We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47c2a4 commit c2e6540Copy full SHA for c2e6540
QEfficient/utils/device_utils.py
@@ -64,7 +64,7 @@ def acquire_device_lock(retry_interval: int = 10, retry_duration: int = 300) ->
64
Returns:
65
file object if lock is acquired, else None.
66
"""
67
- ensure_lock_dir()
+ ensure_lock_dir(LOCK_DIR)
68
lock_file_path = os.path.join(LOCK_DIR, "device_check.lock")
69
start_time = time.time()
70
0 commit comments