Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/nvcf
/ parse_progress_file
Function
parse_progress_file
examples/task-samples/task-byoo-sample/main.py:100–103 ·
view source on GitHub ↗
(progress_file_path)
Source
from the content-addressed store, hash-verified
98
99
100
def
parse_progress_file(progress_file_path):
101
with
open(progress_file_path,
"r"
)
as
f:
102
content = json.load(f)
103
return
Progress(**content)
104
105
106
# handle termination signal
Callers
1
heartbeat
Function · 0.70
Calls
2
Progress
Class · 0.70
load
Method · 0.45
Tested by
no test coverage detected