mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-29 11:09:33 +01:00
Updated GGML Tips & Tricks (markdown)
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)
|
![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)
|
![image](https://github.com/ggerganov/llama.cpp/assets/1991296/bfa28ae2-aeb0-40a6-8228-374cb0011c5d)
|
||||||
|
Loading…
Reference in New Issue
Block a user