Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Update phi-2.json

Update phi-2.json #104

Workflow file for this run

name: Create Model Catalog
on:
push:
paths-ignore:
- 'README.md'
pull_request:
paths-ignore:
- 'README.md'
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Validate JSON
run: python createCatalog.py