Skip to content

let's give it a try

let's give it a try #4

Workflow file for this run

name: Commit
on:
push:
jobs:
COMMIT:
runs-on: gcp-k8s-vllm-util
steps:
- name: set python
uses: actions/setup-python@v5
with:
python-version: '3.12.5'
- name: checkout
uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: "neuralmagic/compressed-tensors"
path: "compressed-tensors"