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: .github/ISSUE_TEMPLATE/custom.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ Please provide a detailed written description of what you were trying to do, and
22
22
23
23
# Current Behavior
24
24
25
-
Please provide a detailed written description of what `llama.cpp` did, instead.
25
+
Please provide a detailed written description of what `llama.cpp` did, instead.
26
26
27
-
# Environment and Context
27
+
# Environment and Context
28
28
29
29
Please provide detailed information about your computer setup. This is important in case the issue is not reproducible except for under certain specific conditions.
30
30
@@ -133,7 +133,7 @@ llama_model_load: loading model part 8/8 from './models/65B/ggml-model-q4_0.bin.
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@ There 26 letters in the English Alphabet
242
242
The majority (54%) are using public transit. This includes buses, trams and metros with over 100 lines throughout the city which make it very accessible for tourists to navigate around town as well as locals who commute by tram or metro on a daily basis
243
243
> List 5 words that start with "ca".
244
244
cadaver, cauliflower, cabbage (vegetable), catalpa (tree) and Cailleach.
245
-
>
245
+
>
246
246
```
247
247
248
248
### Using [GPT4All](https://github.com/nomic-ai/gpt4all)
- You can now use the newly generated `gpt4all-lora-quantized-new.bin` model in exactly the same way as all other models
261
261
- The original model is saved in the same folder with a suffix `.orig`
262
262
263
263
### Obtaining and verifying the Facebook LLaMA original model and Stanford Alpaca model data
264
264
265
265
-**Under no circumstances share IPFS, magnet links, or any other links to model downloads anywhere in this respository, including in issues, discussions or pull requests. They will be immediately deleted.**
266
-
- The LLaMA models are officially distributed by Facebook and will **never** be provided through this repository.
266
+
- The LLaMA models are officially distributed by Facebook and will **never** be provided through this repository.
267
267
- Refer to [Facebook's LLaMA repository](https://github.com/facebookresearch/llama/pull/73/files) if you need to request access to the model data.
268
268
- Please verify the sha256 checksums of all downloaded model files to confirm that you have the correct model data files before creating an issue relating to your model files.
269
269
- The following command will verify if you have all possible latest files in your self-installed `./models` subdirectory:
@@ -283,7 +283,7 @@ convert the model from the old format to the new format with [./migrate-ggml-202
283
283
- GPT-3.5 / InstructGPT / ChatGPT:
284
284
-[Aligning language models to follow instructions](https://openai.com/research/instruction-following)
285
285
-[Training language models to follow instructions with human feedback](https://arxiv.org/abs/2203.02155)
286
-
286
+
287
287
### Perplexity (Measuring model quality)
288
288
289
289
You can use the `perplexity` example to measure perplexity over the given prompt. For more background,
0 commit comments