You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Think batch quantization like https://huggingface.co/TheBloke does it, but on yo
6
6
7
7
## Features
8
8
9
-
- Easy configuration via a`.env` file
9
+
- Easy configuration via one`.env` file
10
10
- Automates the synchronization of Git repositories containing large files (LFS)
11
11
- Only fetches one LFS object at a time
12
12
- Displays a progress indicator on downloading LFS objects
@@ -18,7 +18,7 @@ Think batch quantization like https://huggingface.co/TheBloke does it, but on yo
18
18
19
19
### Prerequisites
20
20
21
-
Use https://github.com/countzero/windows_llama.cpp to compile a specific version of the [llama.cpp](https://github.com/ggerganov/llama.cpp) project on your machine.
21
+
Use https://github.com/countzero/windows_llama.cpp to compile a specific version of the [llama.cpp](https://github.com/ggerganov/llama.cpp) project on your machine. This also makes training data available.
22
22
23
23
24
24
### Clone the repository from GitHub
@@ -35,7 +35,7 @@ Create the following `.env` file in the project directory. Make sure to change t
0 commit comments