-
Notifications
You must be signed in to change notification settings - Fork 12.2k
Load parallel.cpp -f file.txt external prompt file #3416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ggerganov
merged 36 commits into
ggml-org:master
from
pudepiedj:load-parallel-prompt-file
Oct 6, 2023
Merged
Changes from 4 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
2a5c270
Enable external file and add datestamp
pudepiedj f71068f
Add name of external file at end
pudepiedj 0dde56c
Upload ToK2024
pudepiedj 9d6533b
Delete ToK2024.txt
pudepiedj 3c2d677
Merge branch 'ggerganov:master' into load-parallel-prompt-file
pudepiedj 3e41cba
Experiments with jeopardy
pudepiedj 2fd71e2
Merge branch 'load-parallel-prompt-file' of https://github.com/pudepi…
pudepiedj d673691
Move ParallelQuestions to /proimpts and rename
pudepiedj e293ebd
Merge branch 'ggerganov:master' into load-parallel-prompt-file
pudepiedj 51196a4
Interim commit
pudepiedj 2e3dad3
Interim commit
pudepiedj b343833
Final revision
pudepiedj ce10861
Merge branch 'ggerganov:master' into load-parallel-prompt-file
pudepiedj af2fbb8
Merge branch 'ggerganov:master' into Update-load-parallel-prompt-file
pudepiedj fc1ba35
Merge remote-tracking branch 'origin/load-parallel-prompt-file' into …
pudepiedj bf8c4df
Merge branch 'Update-load-parallel-prompt-file' of https://github.com…
pudepiedj 0286818
Remove trailing whitespace
pudepiedj 18b342d
remove cmake_all.sh
pudepiedj 5366375
Remove cmake_all.sh
pudepiedj bbfec95
Merge branch 'ggerganov:master' into load-parallel-prompt-file
pudepiedj 2f0181b
Changed .gitignore
pudepiedj b805ec2
Merge branch 'load-parallel-prompt-file' of https://github.com/pudepi…
pudepiedj f75fe38
Improved reporting and new question files.
pudepiedj a02e042
Corrected typo
pudepiedj 000c468
More LLM questions
pudepiedj f630096
Merge branch 'ggerganov:master' into load-parallel-prompt-file
pudepiedj b505cfb
Update LLM-questions.txt
pudepiedj 8394762
Merge branch 'load-parallel-prompt-file' of https://github.com/pudepi…
pudepiedj e9aa6e9
Yet more LLM-questions
pudepiedj 325fcb7
Remove jeopardy results file
pudepiedj db44b46
Merge branch 'ggerganov:master' into load-parallel-prompt-file
pudepiedj 1c4c8cd
Merge branch 'ggerganov:master' into load-parallel-prompt-file
pudepiedj 8b7d88a
Reinstate original jeopardy.sh
pudepiedj 84b43bb
Merge branch 'load-parallel-prompt-file' of https://github.com/pudepi…
pudepiedj defffb6
Merge branch 'ggerganov:master' into load-parallel-prompt-file
pudepiedj 4bded6e
Update examples/parallel/parallel.cpp
ggerganov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
What do you know about Hobbits? | ||
What is quantum field theory? | ||
Why did the chicken cross the road? | ||
Who is the president of the United States? | ||
How do I run CMake on MacOS? | ||
Do you agree that C++ is a really finicky language compared with Python3? | ||
Is it a good idea to invest in technology? | ||
Do you like Wagner's Ring? | ||
Do you think this file input option is really neat? | ||
What should we all do about climate change? | ||
Is time-travel possible within the laws of current physics? | ||
Is it like anything to be a bat? | ||
Once the chicken has crossed the road, does it try to go back? | ||
Who is the greatest of all musical composers? | ||
What is art? | ||
Is there life elsewhere in the universe? | ||
What is intelligence? | ||
What is the difference between knowledge and intelligence? | ||
Will religion ever die? | ||
Do we understand ourselves? | ||
What is the best way to cook eggs? | ||
If you cannot see things, on what basis do you evaluate them? | ||
Explain the role of the np junction in photovoltaic cells? | ||
Is professional sport a good or bad influence on human behaviour? | ||
Is capital punishment immoral? | ||
Should we care about other people? | ||
Who are you? | ||
Which sense would you surrender if you could? | ||
Was Henry Ford a hero or a villain? | ||
Do we need leaders? | ||
What is nucleosynthesis? | ||
Who is the greatest scientist of all time so far? |
pudepiedj marked this conversation as resolved.
Show resolved
Hide resolved
pudepiedj marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
cd llama.cpp | ||
rm -r build | ||
cmake -B build | ||
cd build | ||
cmake --build . --config Release | ||
cd .. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.