Skip to content

Commit

Permalink
docs(demo): add intel storage demo video link
Browse files Browse the repository at this point in the history
and split to two folders

Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Sep 8, 2023
1 parent 285019c commit f1f41d8
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 21 deletions.
23 changes: 2 additions & 21 deletions demos/storage/README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
# Storage demo

## Video

tbd

## API

[API protobufs](https://github.com/opiproject/opi-api/tree/main/storage)

## Server

see <https://hub.docker.com/r/opiproject/opi-nvidia-bridge>

```Shell
$ docker run --rm -it -v /var/tmp/:/var/tmp/ -p 50051:50051 ghcr.io/opiproject/opi-nvidia-bridge:main
2022/11/29 00:03:55 plugin serevr is &{{}}
2022/11/29 00:03:55 server listening at [::]:50051
```

## Client

see <https://github.com/opiproject/pydpu> and <https://github.com/opiproject/godpu>
- Nvidia
- Intel
23 changes: 23 additions & 0 deletions demos/storage/intel/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Storage demo

## Video

See <https://www.youtube.com/watch?v=9EHZ_1ARCiY>

## API

[API protobufs](https://github.com/opiproject/opi-api/tree/main/storage)

## Server

see <https://hub.docker.com/r/opiproject/opi-intel-bridge>

```Shell
$ docker run --rm -it -v /var/tmp/:/var/tmp/ -p 50051:50051 ghcr.io/opiproject/opi-intel-bridge:main
2022/11/29 00:03:55 plugin serevr is &{{}}
2022/11/29 00:03:55 server listening at [::]:50051
```

## Client

see <https://github.com/opiproject/pydpu> and <https://github.com/opiproject/godpu>
23 changes: 23 additions & 0 deletions demos/storage/nvidia/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Storage demo

## Video

tbd

## API

[API protobufs](https://github.com/opiproject/opi-api/tree/main/storage)

## Server

see <https://hub.docker.com/r/opiproject/opi-nvidia-bridge>

```Shell
$ docker run --rm -it -v /var/tmp/:/var/tmp/ -p 50051:50051 ghcr.io/opiproject/opi-nvidia-bridge:main
2022/11/29 00:03:55 plugin serevr is &{{}}
2022/11/29 00:03:55 server listening at [::]:50051
```

## Client

see <https://github.com/opiproject/pydpu> and <https://github.com/opiproject/godpu>

0 comments on commit f1f41d8

Please sign in to comment.