Skip to content

Commit

Permalink
Runtime descriptor rename
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalski committed Nov 22, 2023
1 parent 3524d50 commit d3f7687
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions conf/ya-dummy-ai.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[
{
"name": "ai-dummy",
"name": "ai",
"version": "0.1.0",
"supervisor-path": "[..]\\ya-runtime-ai\\target\\debug\\ya-runtime-ai.exe",
"extra-args": ["--runtime", "dummy"],
"extra-args": [
"--runtime",
"dummy"
],
"description": "Dummy ai runtime for testing purposes",
"properties": {},
"config": {
Expand Down

0 comments on commit d3f7687

Please sign in to comment.