mirror of https://github.com/leafspark/AutoGGUF
Merge branch 'main' of https://github.com/leafspark/AutoGGUF
This commit is contained in:
commit
638572ed17
37
README.md
37
README.md
|
@ -35,6 +35,43 @@ # AutoGGUF - automated GGUF model quantizer
|
|||
- requests
|
||||
- psutil
|
||||
|
||||
**Localizations:**
|
||||
|
||||
The following languages are currently supported (machine translated, except for English):
|
||||
```python
|
||||
{
|
||||
'en-US': _English, # American English
|
||||
'fr-FR': _French, # Metropolitan French
|
||||
'zh-CN': _SimplifiedChinese, # Simplified Chinese
|
||||
'es-ES': _Spanish, # Spanish (Spain)
|
||||
'hi-IN': _Hindi, # Hindi (India)
|
||||
'ru-RU': _Russian, # Russian (Russia)
|
||||
'uk-UA': _Ukrainian, # Ukrainian (Ukraine)
|
||||
'ja-JP': _Japanese, # Japanese (Japan)
|
||||
'de-DE': _German, # German (Germany)
|
||||
'pt-BR': _Portuguese, # Portuguese (Brazil)
|
||||
'ar-SA': _Arabic, # Arabic (Saudi Arabia)
|
||||
'ko-KR': _Korean, # Korean (Korea)
|
||||
'it-IT': _Italian, # Italian (Italy)
|
||||
'tr-TR': _Turkish, # Turkish (Turkey)
|
||||
'nl-NL': _Dutch, # Dutch (Netherlands)
|
||||
'fi-FI': _Finnish, # Finnish (Finland)
|
||||
'bn-BD': _Bengali, # Bengali (Bangladesh)
|
||||
'cs-CZ': _Czech, # Czech (Czech Republic)
|
||||
'pl-PL': _Polish, # Polish (Poland)
|
||||
'ro-RO': _Romanian, # Romanian (Romania)
|
||||
'el-GR': _Greek, # Greek (Greece)
|
||||
'pt-PT': _Portuguese_PT, # Portuguese (Portugal)
|
||||
'hu-HU': _Hungarian, # Hungarian (Hungary)
|
||||
'en-GB': _BritishEnglish, # British English
|
||||
'fr-CA': _CanadianFrench, # Canadian French
|
||||
'en-IN': _IndianEnglish, # Indian English
|
||||
'en-CA': _CanadianEnglish, # Canadian English
|
||||
'zh-TW': _TraditionalChinese, # Traditional Chinese (Taiwan)
|
||||
}
|
||||
```
|
||||
In order to use them, please set the `AUTOGGUF_LANGUAGE` enviroment variable to one of the listed language codes.
|
||||
|
||||
**Issues:**
|
||||
- Actual progress bar tracking
|
||||
- Download safetensors from HF and convert to unquanted GGUF
|
||||
|
|
Loading…
Reference in New Issue