|
| 1 | +{ |
| 2 | + "plugins": { |
| 3 | + "wasi_crypto": { |
| 4 | + "dir": "wasi_crypto", |
| 5 | + "target": "wasmedgePluginWasiCrypto", |
| 6 | + "test": "wasiCryptoTests", |
| 7 | + "options": "-DWASMEDGE_PLUGIN_WASI_CRYPTO=ON", |
| 8 | + "platforms": [ |
| 9 | + {"key":"manylinux_2_28_x86_64"}, |
| 10 | + {"key":"ubuntu2004_x86_64"} |
| 11 | + ] |
| 12 | + }, |
| 13 | + "wasi_nn-openvino": { |
| 14 | + "dir": "wasi_nn", |
| 15 | + "target": "wasmedgePluginWasiNN", |
| 16 | + "test": "wasiNNTests", |
| 17 | + "options": "-DWASMEDGE_PLUGIN_WASI_NN_BACKEND=OpenVINO", |
| 18 | + "platforms": [ |
| 19 | + {"key":"ubuntu2004_x86_64"} |
| 20 | + ] |
| 21 | + }, |
| 22 | + "wasmedge_stablediffusion": { |
| 23 | + "dir": "wasmedge_stablediffusion", |
| 24 | + "target": "wasmedgePluginWasmEdgeStableDiffusion", |
| 25 | + "test": "wasmedgeStableDiffusionTests", |
| 26 | + "options": "-DWASMEDGE_PLUGIN_STABLEDIFFUSION=ON", |
| 27 | + "platforms": [ |
| 28 | + {"key":"manylinux_2_28_x86_64"}, |
| 29 | + {"key":"ubuntu2004_x86_64"}, |
| 30 | + { |
| 31 | + "key":"ubuntu2004_cuda11", |
| 32 | + "options": "-DWASMEDGE_PLUGIN_STABLEDIFFUSION_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES='60;61;70' -DCMAKE_CUDA_COMPILER=/usr/local/cuda/bin/nvcc", |
| 33 | + "plugin_tag": "cuda-11" |
| 34 | + } |
| 35 | + ] |
| 36 | + } |
| 37 | + }, |
| 38 | + "platforms": { |
| 39 | + "manylinux_2_28_x86_64": { |
| 40 | + "runner": "ubuntu-latest", |
| 41 | + "docker_tag": "manylinux_2_28_x86_64-plugins-deps", |
| 42 | + "asset_tag": "manylinux_2_28_x86_64" |
| 43 | + }, |
| 44 | + "ubuntu2004_x86_64": { |
| 45 | + "runner": "ubuntu-latest", |
| 46 | + "docker_tag": "ubuntu-20.04-plugin-deps", |
| 47 | + "asset_tag": "ubuntu20.04_x86_64" |
| 48 | + }, |
| 49 | + "ubuntu2004_cuda11": { |
| 50 | + "runner": "ubuntu-latest", |
| 51 | + "docker_tag": "ubuntu-20.04-cuda11", |
| 52 | + "asset_tag": "ubuntu20.04_x86_64" |
| 53 | + } |
| 54 | + } |
| 55 | +} |
0 commit comments