mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-10 17:06:13 +00:00
8 lines
204 B
Batchfile
8 lines
204 B
Batchfile
@echo off
|
|
|
|
rem MIT license
|
|
rem Copyright (C) 2026 Intel Corporation
|
|
rem SPDX-License-Identifier: MIT
|
|
|
|
build\bin\test-backend-ops support --output csv > docs\ops\SYCL.csv
|
|
python scripts\create_ops_docs.py
|