- 
                Notifications
    
You must be signed in to change notification settings  - Fork 16
 
Installation
        leafspark edited this page Aug 4, 2024 
        ·
        2 revisions
      
    To get started with AutoGGUF:
- Visit the AutoGGUF repository on GitHub
 - Download a prebuilt release or clone the entire repository
 
Running from source:
- Create a new Python virtual environment
 - Install required dependencies:
pip install -r requirements.txt - Run the app: 
python src/main.pyorrun.bat 
Running a prebuilt release:
- Extract the zip, and run AutoGGUF.exe by double clicking or the command line (if you'd like to view real time logs)
 
AUTOGGUF_LANGUAGE: sets the language for the app, valid codes below:
- 
en-US: American English - 
fr-FR: Metropolitan French - 
zh-CN: Simplified Chinese - 
es-ES: Spanish (Spain) - 
hi-IN: Hindi - 
ru-RU: Russian - 
uk-UA: Ukrainian - 
ja-JP: Japanese - 
de-DE: German - 
pt-BR: Brazilian Portuguese - 
ar-SA: Arabic - 
ko-KR: Korean - 
it-IT: Italian - 
tr-TR: Turkish - 
nl-NL: Dutch - 
fi-FI: Finnish - 
bn-BD: Bengali - 
cs-CZ: Czech - 
pl-PL: Polish - 
ro-RO: Romanian - 
el-GR: Greek - 
pt-PT: Portuguese (Portugal) - 
hu-HU: Hungarian - 
en-GB: British English - 
fr-CA: Canadian French - 
en-IN: Indian English - 
en-CA: Canadian English - 
zh-TW: Traditional Chinese (Taiwan) 
AUTOGGUF_CHECK_BACKEND: enabled or disabled, can help if you're having network issues for faster load time.