* README: Update Demo build badge.
This commit is contained in:
Justin D. Harris 2021-04-22 13:54:57 -04:00 коммит произвёл GitHub
Родитель 83be82e5b8
Коммит 163f0f3457
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 5 удалений

1
.github/workflows/demo-prod.yml поставляемый
Просмотреть файл

@ -6,6 +6,7 @@ on:
jobs:
build:
name: "Demo: Deploy Prod"
runs-on: ubuntu-20.04
steps:

5
.github/workflows/simulation-test.yml поставляемый
Просмотреть файл

@ -1,6 +1,3 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: "Simulation: Test"
on:
@ -17,7 +14,7 @@ on:
jobs:
build:
name: "Simulation: Test"
runs-on: ubuntu-latest
strategy:
matrix:

Просмотреть файл

@ -6,7 +6,7 @@
<!-- Put horizontally since build status badges are normally horizontal. -->
| [Demo][demo-folder] | [Simulation][simulation-folder] | Security |
|:-:|:-:|:-:|
| [![Build Status](https://dev.azure.com/maluuba/0xDeCA10B/_apis/build/status/demo-CI?branchName=master)](https://dev.azure.com/maluuba/0xDeCA10B/_build/latest?definitionId=116&branchName=master) | [![Simulation: Test](https://github.com/microsoft/0xDeCA10B/actions/workflows/simulation-test.yml/badge.svg?branch=master)](https://github.com/microsoft/0xDeCA10B/actions/workflows/simulation-test.yml) | [![Build Status](https://dev.azure.com/maluuba/0xDeCA10B/_apis/build/status/Security%20Checks?branchName=master)](https://dev.azure.com/maluuba/0xDeCA10B/_build/latest?definitionId=118&branchName=master) |
| [![Demo: Test](https://github.com/microsoft/0xDeCA10B/actions/workflows/demo-test.yml/badge.svg?branch=master)](https://github.com/microsoft/0xDeCA10B/actions/workflows/demo-test.yml) | [![Simulation: Test](https://github.com/microsoft/0xDeCA10B/actions/workflows/simulation-test.yml/badge.svg?branch=master)](https://github.com/microsoft/0xDeCA10B/actions/workflows/simulation-test.yml) | [![Build Status](https://dev.azure.com/maluuba/0xDeCA10B/_apis/build/status/Security%20Checks?branchName=master)](https://dev.azure.com/maluuba/0xDeCA10B/_build/latest?definitionId=118&branchName=master) |
**Sharing Updatable Models (SUM) on Blockchain** is a framework to host and train publicly available machine learning models.
Ideally, using a model to get a prediction is free.