-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(conversion): add HF to GGUF conversion + refactor localization
- refactor localization and split into sections - add HF safetensors conversion support - add run.sh script for Linux
- Loading branch information
Showing
3 changed files
with
300 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/bin/sh | ||
|
||
export PYTHONIOENCODING=utf-8 | ||
export AUTOGGUF_LANGUAGE=en-US | ||
export AUTOGGUF_CHECK_BACKEND=disabled | ||
python3 src/main.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.