mirror of
https://github.com/unslothai/unsloth.git
synced 2026-05-02 13:20:28 +00:00
Fix Windows frontend build, add setup.bat, ANSI colors, aliases
This commit is contained in:
parent
783f0caf5f
commit
662a1eb9d5
2 changed files with 5 additions and 14 deletions
|
|
@ -116,9 +116,7 @@ def pip_install(
|
|||
# Clean up temp file if we created one
|
||||
if actual_req is not None and actual_req != req:
|
||||
actual_req.unlink(missing_ok=True)
|
||||
if req is not None and actual_req != req:
|
||||
skipped = WINDOWS_SKIP_PACKAGES
|
||||
print(_cyan(f" (Skipped on Windows: {', '.join(skipped)})"))
|
||||
|
||||
|
||||
|
||||
def download_file(url: str, dest: Path) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue