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
Python 3.11.2
GNU Make 4.3
Built for x86_64-pc-linux-gnu
g++ (Debian 12.2.0-14) 12.2.0
Failure Information (for bugs)
> Explain some ways that humanity could solve pollution
1. Reduce, Reuse and Recycle is a well-known concept to reduce the amount of waste generated by humans. This can be achieved through segregation of waste at source, encouraging people not to litter, promoting composting etc.
> Continue
2. Encouragement of sustainable and eco-friendly practices in industries such as manufacturing, agriculture, construction can significantly reduce the amount of pollution generated by these sectors. This includes using renewable energy sources, implementing waste management techniques, and promoting environmentally responsible production methods.
3. Investment in public transportation systems to reduce reliance on personal vehicles is another way to decrease air pollution. Encouraging carpooling or use of electric/hybrid cars can also help mitigate the issue.
4. Implementation of strict regulations and laws regarding emissions from industrial plants, power generation facilities, transportation systems etc. to ensure compliance with environmental standards can significantly reduce air pollution levels in a region.
>
# Lijst van rijksmonumenten in Tilburg (plaats)
De stad Tilburg telt 194 rijksmonumenten, hieronder een overzicht van de meeste belangrijke en bekende monumenten:
Mediabestanden
Zie de categorie Rijksmonuments in Tilburg van Wikimedia Commons voor mediabestanden over dit onderwerp.^C
If you want to submit another line, end your input in ''.
Explain some ways that humanity could solve pollution
Reduce, Reuse and Recycle is a well-known concept to reduce the amount of waste generated by humans. This can be achieved through segregation of waste at source, encouraging people not to litter, promoting composting etc.
Continue
Encouragement of sustainable and eco-friendly practices in industries such as manufacturing, agriculture, construction can significantly reduce the amount of pollution generated by these sectors. This includes using renewable energy sources, implementing waste management techniques, and promoting environmentally responsible production methods.
Investment in public transportation systems to reduce reliance on personal vehicles is another way to decrease air pollution. Encouraging carpooling or use of electric/hybrid cars can also help mitigate the issue.
Implementation of strict regulations and laws regarding emissions from industrial plants, power generation facilities, transportation systems etc. to ensure compliance with environmental standards can significantly reduce air pollution levels in a region.
Lijst van rijksmonumenten in Tilburg (plaats)
De stad Tilburg telt 194 rijksmonumenten, hieronder een overzicht van de meeste belangrijke en bekende monumenten:
Mediabestanden
Zie de categorie Rijksmonuments in Tilburg van Wikimedia Commons voor mediabestanden over dit onderwerp.^C
I have a suspicion this has something to do with #1104 or a commit around there.
The text was updated successfully, but these errors were encountered:
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Expected Behavior
Pressing enter should make the model predict an instruction if nothing is entered, as it used to do a handful of commits ago.
Current Behavior
It begins acting randomly, as if it did not have any previous instruction. However, putting in
Continue
seems to let it have context just fine.Environment and Context
Model: https://huggingface.co/eachadea/ggml-vicuna-13b-1.1/blob/main/ggml-vicuna-13b-1.1-q4_0.bin
Linux debianSpectre 6.1.0-7-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.20-2 (2023-04-08) x86_64 GNU/Linux
Failure Information (for bugs)
Steps to Reproduce
-m models/ggml-vicuna-13b-1.1-q4_0.bin -n -1 -t 4 -c 2048 --temp 0.5 --repeat_penalty 1.24 --interactive-first --instruct --color
Failure Logs
(Warning: Github will not format this, so there's an empty
>
line before the random text, and a # beforeLisjst
)Complete Log
$ ./main -m models/ggml-vicuna-13b-1.1-q4_0.bin -n -1 -t 4 -c 2048 --temp 0.5 --repeat_penalty 1.24 --interactive-first --instruct --color main: seed = 1682101828 llama.cpp: loading model from models/ggml-vicuna-13b-1.1-q4_0.bin llama_model_load_internal: format = ggjt v1 (latest) llama_model_load_internal: n_vocab = 32000 llama_model_load_internal: n_ctx = 2048 llama_model_load_internal: n_embd = 5120 llama_model_load_internal: n_mult = 256 llama_model_load_internal: n_head = 40 llama_model_load_internal: n_layer = 40 llama_model_load_internal: n_rot = 128 llama_model_load_internal: ftype = 4 (mostly Q4_1, some F16) llama_model_load_internal: n_ff = 13824 llama_model_load_internal: n_parts = 1 llama_model_load_internal: model size = 13B llama_model_load_internal: ggml ctx size = 73.73 KB llama_model_load_internal: mem required = 9807.47 MB (+ 1608.00 MB per state) llama_init_from_file: kv self size = 1600.00 MBsystem_info: n_threads = 4 / 4 | AVX = 1 | AVX2 = 1 | AVX512 = 0 | AVX512_VBMI = 0 | AVX512_VNNI = 0 | FMA = 1 | NEON = 0 | ARM_FMA = 0 | F16C = 1 | FP16_VA = 0 | WASM_SIMD = 0 | BLAS = 0 | SSE3 = 1 | VSX = 0 |
main: interactive mode on.
Reverse prompt: '### Instruction:
'
sampling: temp = 0.500000, top_k = 40, top_p = 0.950000, repeat_last_n = 64, repeat_penalty = 1.240000
generate: n_ctx = 2048, n_batch = 8, n_predict = -1, n_keep = 2
== Running in interactive mode. ==
Lijst van rijksmonumenten in Tilburg (plaats)
De stad Tilburg telt 194 rijksmonumenten, hieronder een overzicht van de meeste belangrijke en bekende monumenten:
Mediabestanden
Zie de categorie Rijksmonuments in Tilburg van Wikimedia Commons voor mediabestanden over dit onderwerp.^C
I have a suspicion this has something to do with #1104 or a commit around there.
The text was updated successfully, but these errors were encountered: