Skip to content
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

Context sensitive help #3556

Closed
wants to merge 37 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
5a5a71d
Starting gpt4all
pudepiedj Oct 4, 2023
1bb192f
Add cmap_example.cpp
pudepiedj Oct 5, 2023
aea055d
Update cmap_example
pudepiedj Oct 5, 2023
eb939e0
Update cmap-example
pudepiedj Oct 5, 2023
e3c8f7b
Update cmap-example
pudepiedj Oct 5, 2023
73fa2de
Update cmap-example
pudepiedj Oct 5, 2023
9dad8b8
Update cmap-example
pudepiedj Oct 5, 2023
7804fe0
Update cmap-example
pudepiedj Oct 5, 2023
317d195
Update cmap-examples
pudepiedj Oct 5, 2023
380a10f
Update cmap-example
pudepiedj Oct 5, 2023
275d56e
Update cmap-example
pudepiedj Oct 5, 2023
297b7b6
Automation
pudepiedj Oct 5, 2023
739d6d3
Automatic helper dev
pudepiedj Oct 6, 2023
7a4dcff
Update contextual help dev
pudepiedj Oct 6, 2023
0d70518
Update contextual help
pudepiedj Oct 6, 2023
9c5d6f0
Update helper dev
pudepiedj Oct 7, 2023
982c908
Update contextual help
pudepiedj Oct 8, 2023
32bdf0e
Final reconciliation
pudepiedj Oct 9, 2023
2e17fcf
Comment in common.cpp
pudepiedj Oct 9, 2023
3e4de67
Update find_implemented_args.py
pudepiedj Oct 9, 2023
990e8cb
New comment
pudepiedj Oct 9, 2023
f6e92a8
Merge branch 'master' into context-sensitive-help
pudepiedj Oct 9, 2023
51446bf
Naming convention
pudepiedj Oct 9, 2023
3f07ed9
Added prompt-file to hep
pudepiedj Oct 9, 2023
49244be
Merge branch 'ggerganov:master' into context-sensitive-help
pudepiedj Oct 9, 2023
094d6d6
Add help list
pudepiedj Oct 9, 2023
7636c34
Merge branch 'context-sensitive-help' of https://github.com/pudepiedj…
pudepiedj Oct 9, 2023
9abc925
Remove trailing ws
pudepiedj Oct 9, 2023
6189a9e
One more trailing ws
pudepiedj Oct 9, 2023
53dbefa
Added final newline (2)
pudepiedj Oct 9, 2023
ba32402
creadcommonh
pudepiedj Oct 9, 2023
47675b9
experiment in C
pudepiedj Oct 9, 2023
bddd099
experimental
pudepiedj Oct 9, 2023
301f13c
Compile new cmap-example
pudepiedj Oct 9, 2023
759973b
printf format
pudepiedj Oct 9, 2023
37050ba
Updated cmap-example
pudepiedj Oct 10, 2023
37ae96c
Correct bug
pudepiedj Oct 10, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update cmap_example
  • Loading branch information
pudepiedj committed Oct 5, 2023
commit aea055db42eadc44459188e8929adae43b38d9b6
5 changes: 5 additions & 0 deletions examples/cmap_example/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
set(TARGET cmap_example)
add_executable(${TARGET} cmap_example.cpp)
install(TARGETS ${TARGET} RUNTIME)
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
target_compile_features(${TARGET} PRIVATE cxx_std_11)
File renamed without changes.