mirror of
https://github.com/unslothai/unsloth
synced 2026-04-21 13:37:39 +00:00
5 lines
218 B
Batchfile
5 lines
218 B
Batchfile
@echo off
|
|
REM SPDX-License-Identifier: AGPL-3.0-only
|
|
REM Copyright 2026-present the Unsloth AI Inc. team. All rights reserved. See /studio/LICENSE.AGPL-3.0
|
|
|
|
powershell -ExecutionPolicy Bypass -File "%~dp0setup.ps1" %*
|