updated to find moved runner script
This commit is contained in:
@@ -24,6 +24,6 @@ class RunnerScript(BaseModel):
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
path = Path(__file__).parent.parent / 'runner_script.yml'
|
||||
path = Path('.gitea') / 'gpu_runner' / 'script.yml'
|
||||
rs = RunnerScript.from_file(path)
|
||||
print(rs)
|
||||
|
||||
Reference in New Issue
Block a user