Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalski committed Nov 22, 2023
1 parent d3f7687 commit 3a42163
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,7 @@
## Provider setup

Run `cargo build --workspace`.
Create sample `exeunits-descriptor.json` (with correct `supervisor-path`):

```json
[
{
"name": "ai-dummy",
"version": "0.1.0",
"supervisor-path": "[..]\\ya-runtime-ai\\target\\debug\\ya-runtime-ai.exe",
"extra-args": ["--runtime", "dummy"],
"description": "dummy ai runtime",
"properties": {
}
}
]
```
Create exeunits descriptor json file using [ya-runtime-ai.json](conf/ya-dummy-ai.json) as an example (with correct `supervisor-path`).

Point `ya-provider` to exeunits descriptor using `EXE_UNIT_PATH` variable.

Expand Down

0 comments on commit 3a42163

Please sign in to comment.