Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
eb20e60
Feature/workflows (#8)
timo282 Oct 3, 2024
1f0119f
Fix/workflows (#11)
timo282 Oct 4, 2024
ba39fd6
Opro implementation (#7)
finitearth Oct 4, 2024
37591b7
Patch/pre commit config (#10)
finitearth Oct 4, 2024
5e2c0a9
Feature/prompt generation (#12)
finitearth Oct 4, 2024
689701a
Create LICENSE (#14)
mo374z Oct 5, 2024
f69bbb2
Refactor/remove deepinfra (#16)
mo374z Oct 9, 2024
1768297
Usability patches (#15)
finitearth Oct 12, 2024
65f02a5
Feature/examplar selection (#17)
finitearth Oct 13, 2024
e23dd74
Chore/docs release notes (#18)
timo282 Oct 13, 2024
25639c9
Merge branch dev accepting all incoming changes
finitearth Oct 13, 2024
2ac359b
revert Chore/docs release notes (#18)"
finitearth Oct 13, 2024
3e650cc
revert last commit
finitearth Oct 13, 2024
3f4c757
updated release notes and read me
finitearth Oct 13, 2024
ac2af13
Feature/read from df (#21)
finitearth Nov 4, 2024
7987f99
Update pyproject.toml
finitearth Nov 19, 2024
7217011
Update release-notes.md
finitearth Nov 19, 2024
2727b6e
merge
finitearth Nov 19, 2024
87fd54c
merge
finitearth Nov 19, 2024
aa6b7d7
Merge branch 'dev' of https://github.com/finitearth/promptolution int…
finitearth Nov 19, 2024
6e69b58
merges
finitearth Nov 19, 2024
e935fa2
resolve merge mistakes
finitearth Nov 19, 2024
68c67f3
delete duplicated lines
finitearth Nov 19, 2024
bee6d8d
Update release-notes.md (#24)
mo374z Nov 19, 2024
3ca7893
Fix/dependencies (#28)
finitearth Feb 21, 2025
d6203d6
Merge branch 'main' into dev
timo282 Feb 21, 2025
683d926
Add vllm as feature and a llm_test_run_script
mo374z Mar 3, 2025
69837fa
small fixes in vllm class
mo374z Mar 3, 2025
7563712
differentiate between vllm and api inference
mo374z Mar 3, 2025
af6f9f8
set up experiment over multiple tasks and prompts
mo374z Mar 3, 2025
bc9997a
change csv saving
mo374z Mar 3, 2025
7958b86
add base llm super class
mo374z Mar 4, 2025
e82db35
add changes from PR review
mo374z Mar 4, 2025
0045de7
change some VLLM params
mo374z Mar 5, 2025
0b3c7cb
fix tensor parallel size to 1
mo374z Mar 5, 2025
a73c378
experiment with batch size
mo374z Mar 5, 2025
1f68410
experiment with larger batch sizes
mo374z Mar 5, 2025
f5fe188
add continuous batch llm
mo374z Mar 5, 2025
1330a9e
remove arg
mo374z Mar 5, 2025
c6dbb7b
remove continuous batch inference try
mo374z Mar 5, 2025
42ab6c9
add batching to vllm
mo374z Mar 5, 2025
0be3d06
add batching in script
mo374z Mar 5, 2025
16514f4
Merge branch 'dev' of https://github.com/finitearth/promptolution int…
timo282 Mar 5, 2025
c5ac101
Add release notes and increase version number
timo282 Mar 5, 2025
0eb701b
remove llm_test_run.py script
mo374z Mar 5, 2025
f4f9722
Merge branch 'feature/vllm' of https://github.com/finitearth/promptol…
mo374z Mar 5, 2025
fae0113
change system prompt
mo374z Mar 5, 2025
b6440c7
Merge pull request #30 from finitearth/feature/vllm
mo374z Mar 5, 2025
b61c9ee
Fix/vllm (#33)
mo374z Mar 9, 2025
2f6f499
Merge branch 'main' into dev
mo374z Mar 9, 2025
b873ee0
implement changes from review
mo374z Mar 9, 2025
739e568
Merge branch 'dev' of https://github.com/finitearth/promptolution int…
mo374z Mar 9, 2025
ec5b709
add typing to token count callback
mo374z Mar 9, 2025
d2fecf7
Feature/deterministic (#35)
mo374z Mar 12, 2025
1f6a4f7
Fix/prompt creation (#36)
finitearth Mar 12, 2025
7858b49
Merge branch 'main' of https://github.com/finitearth/promptolution in…
mo374z Mar 12, 2025
89fa8b2
Merge branch 'dev' of https://github.com/finitearth/promptolution int…
mo374z Mar 12, 2025
7f5a26d
add arguements to test script
mo374z Mar 12, 2025
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
12 changes: 0 additions & 12 deletions data_sets/cls/agnews/description.json

This file was deleted.

15 changes: 0 additions & 15 deletions data_sets/cls/agnews/prompts.txt

This file was deleted.

20 changes: 0 additions & 20 deletions data_sets/cls/agnews/prompts_auto.txt

This file was deleted.

200 changes: 0 additions & 200 deletions data_sets/cls/agnews/seed5/dev.txt

This file was deleted.

500 changes: 0 additions & 500 deletions data_sets/cls/agnews/seed5/test.txt

This file was deleted.

10 changes: 0 additions & 10 deletions data_sets/cls/cr/description.json

This file was deleted.

16 changes: 0 additions & 16 deletions data_sets/cls/cr/prompts.txt

This file was deleted.

20 changes: 0 additions & 20 deletions data_sets/cls/cr/prompts_auto.txt

This file was deleted.

Loading
Loading