Skip to content

Commit

Permalink
fix: Add instructions to unzip results
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyosodo committed Aug 27, 2024
1 parent e47ccea commit 0b02c19
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/algorithms.md
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,19 @@ After some time when the results are ready, you can run the following command to
./build/cocos-cli results ./private.pem
```

The logs will be similar to this:

```bash
2024/08/19 14:14:31 Retrieving computation result file
2024/08/19 14:14:31 Computation result retrieved and saved successfully!
```

Unzip the results

```bash
unzip results.zip -d results
```

To make inference on the results, you can use the following command:

```bash
Expand Down

0 comments on commit 0b02c19

Please sign in to comment.