Updated GGML Tips & Tricks (markdown)

Georgi Gerganov 2023-09-06 10:49:00 +03:00
parent 93da44c7bd
commit 0181dbe6e1

@ -101,10 +101,10 @@ index 3413288..7578bfa 100644
{
```
- `n_past == 45`, `n_batch == 1`
- LLaMAv2 7B, `n_past == 45`, `n_batch == 1`
![image](https://github.com/ggerganov/llama.cpp/assets/1991296/93ac4a44-e7e6-4a9e-a332-b38c642847cc)
- `n_past == 0`, `n_batch == 7`
- LLaMAv2 7B, `n_past == 0`, `n_batch == 7`
![image](https://github.com/ggerganov/llama.cpp/assets/1991296/bfa28ae2-aeb0-40a6-8228-374cb0011c5d)