Skip to content

hf_hub_download_with_shards #12

hf_hub_download_with_shards

hf_hub_download_with_shards #12

name: CMake build Status
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
- name: Configure CMake
run: |
mkdir -p build
cd build
cmake ..
- name: Build project
run: |
cd build
make