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

Qwen 1.5 checksum on hugging face has updated #115

Qwen 1.5 checksum on hugging face has updated

Qwen 1.5 checksum on hugging face has updated #115

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