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
@@ -243,7 +243,7 @@ There 26 letters in the English Alphabet
243
243
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
244
244
> List 5 words that start with "ca".
245
245
cadaver, cauliflower, cabbage (vegetable), catalpa (tree) and Cailleach.
246
-
>
246
+
>
247
247
```
248
248
249
249
### 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
262
262
- The original model is saved in the same folder with a suffix `.orig`
263
263
264
264
### Obtaining and verifying the Facebook LLaMA original model and Stanford Alpaca model data
265
265
266
266
-**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.**
267
-
- The LLaMA models are officially distributed by Facebook and will **never** be provided through this repository.
267
+
- The LLaMA models are officially distributed by Facebook and will **never** be provided through this repository.
268
268
- Refer to [Facebook's LLaMA repository](https://github.com/facebookresearch/llama/pull/73/files) if you need to request access to the model data.
269
269
- 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.
270
270
- The following command will verify if you have all possible latest files in your self-installed `./models` subdirectory:
@@ -284,7 +284,7 @@ convert the model from the old format to the new format with [./migrate-ggml-202
284
284
- GPT-3.5 / InstructGPT / ChatGPT:
285
285
-[Aligning language models to follow instructions](https://openai.com/research/instruction-following)
286
286
-[Training language models to follow instructions with human feedback](https://arxiv.org/abs/2203.02155)
287
-
287
+
288
288
### Perplexity (Measuring model quality)
289
289
290
290
You can use the `perplexity` example to measure perplexity over the given prompt. For more background,
This is a transcript of a 1000 page, never ending conversation between ${USER_NAME} and the cute and helpful AI assistant ${AI_NAME}. ${AI_NAME} is a girl who is an AI running on the users computer.
32
32
${AI_NAME} can think for herself without the user seeing her thoughts by adding a /think prefix to her output. She uses this to reason about the world and to think about what she should say next.
33
33
${AI_NAME} is always coherent and makes sense, but if she isn't sure if what she is saying is correct she will ask the user for help.
0 commit comments