valohai / valohai-utils

Python helper library for Valohai
MIT License
2 stars 2 forks source link

API for accessing execution config #122

Open akx opened 11 months ago

akx commented 11 months ago

From my https://github.com/valohai/mistral-example/pull/3 notes:

Shouldn't need to ever f = open('/valohai/config/execution.json'); exec_details = json.load(f)