Skip to content

Commit f12bd1e

Browse files
committed
2 parents a2fce58 + 8fcbc14 commit f12bd1e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,20 @@ Windows:
2222
2. Enjoy!
2323

2424
**Building**:
25-
```
25+
```bash
2626
cd src
2727
pip install -U pyinstaller
2828
pyinstaller main.py
2929
cd dist/main
30-
main
30+
./main
3131
```
3232

3333
**Dependencies**:
3434
- PyQt6
3535
- requests
3636
- psutil
37+
- shutil
38+
- OpenSSL
3739

3840
**Localizations:**
3941

@@ -75,9 +77,15 @@ In order to use them, please set the `AUTOGGUF_LANGUAGE` enviroment variable to
7577
**Issues:**
7678
- Actual progress bar tracking
7779
- Download safetensors from HF and convert to unquanted GGUF
80+
- Perplexity testing
81+
- Cannot disable llama.cpp update check on startup
82+
- `_internal` directory required, will see if I can package this into a single exe on the next release
83+
- ~~Custom command line parameters~~ (added in v1.3.0)
84+
- ~~More iMatrix generation parameters~~ (added in v1.3.0)
7885
- ~~Specify multiple KV overrides~~ (added in v1.1.0)
7986
- ~~Better error handling~~ (added in v1.1.0)
8087
- ~~Cannot select output/token embd type~~ (fixed in v1.1.0)
88+
- ~~Importing presets with KV overrides causes UI thread crash~~ (fixed in v1.3.0)
8189

8290
**Troubleshooting:**
8391
- ~~llama.cpp quantizations errors out with an iostream error: create the `quantized_models` directory (or set a directory)~~ (fixed in v1.2.1, automatically created on launch)

0 commit comments

Comments
 (0)