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
Merge branch 'master' of github.com:ggerganov/llama.cpp into grammar-example
* 'master' of github.com:ggerganov/llama.cpp:
kv cache slot search improvements (ggml-org#3493)
prompts : fix editorconfig checks after ggml-org#3416
parallel : add option to load external prompt file (ggml-org#3416)
server : reuse llama_sample_token common util (ggml-org#3494)
llama : correct hparams comparison (ggml-org#3446)
ci : fix xcodebuild destinations (ggml-org#3491)
convert : update Falcon script for new HF config (ggml-org#3448)
build : use std::make_tuple() for compatibility with older GCC versions (ggml-org#3488)
common : process escape sequences in reverse prompts (ggml-org#3461)
CLBlast: Fix handling of on-device tensor data
server : fix incorrect num_tokens_predicted (ggml-org#3480)
swift : disable ACCELERATE_NEW_LAPACK (ggml-org#3481)
ci : add swift build via xcodebuild (ggml-org#3482)
Copy file name to clipboardExpand all lines: examples/jeopardy/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This is pretty much just a straight port of aigoopy/llm-jeopardy/ with an added graph viewer.
4
4
5
-
The jeopardy test can be used to compare the fact knowledge of different models and compare them to eachother. This is in contrast to some other tests, which test logical deduction, creativity, writing skills, etc.
5
+
The jeopardy test can be used to compare the fact knowledge of different models and compare them to each other. This is in contrast to some other tests, which test logical deduction, creativity, writing skills, etc.
6
6
7
7
8
8
Step 1: Open jeopardy.sh and modify the following:
0 commit comments