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

[GSoC] Update tune API for LLM hyperparameters optimization #2393

Merged
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
89 commits
Select commit Hold shift + click to select a range
2a882d7
update tune api for llm hyperparameters optimization
helenxie-bit Jul 21, 2024
0c3e067
resolve conflict
helenxie-bit Jul 21, 2024
158c8f3
resolve conflict
helenxie-bit Jul 21, 2024
f4a0d4e
fix the problem of dependency
helenxie-bit Jul 21, 2024
7e7dd56
fix the format of import statement
helenxie-bit Jul 21, 2024
62ad385
adjust the blank lines
helenxie-bit Jul 21, 2024
3f36740
delete the trainer to reuse it in Training Operator
helenxie-bit Jul 22, 2024
9d20253
update constants
helenxie-bit Jul 22, 2024
dfbe793
update metrics format
helenxie-bit Jul 25, 2024
290a249
update the type of and
helenxie-bit Jul 29, 2024
aba2606
update the message of 'ImportError'
helenxie-bit Jul 29, 2024
eaf0193
add TODO of PVC creation
helenxie-bit Jul 29, 2024
62355a2
update the name of pvc
helenxie-bit Jul 29, 2024
7b2b40e
reuse constants from Training Operator
helenxie-bit Jul 29, 2024
acd1dcf
keep 'parameters' and update validation
helenxie-bit Jul 30, 2024
10b057d
update for test
helenxie-bit Jul 31, 2024
5a87eb0
reuse 'get_container_spec' and 'get_pod_template_spec' from Training …
helenxie-bit Aug 7, 2024
8387e67
resolve conflicts
helenxie-bit Aug 7, 2024
71605b4
format with black
helenxie-bit Aug 7, 2024
35acedb
fix Lint error
helenxie-bit Aug 7, 2024
af534b3
fix Lint errors
helenxie-bit Aug 7, 2024
c7f6e10
delete types
helenxie-bit Aug 7, 2024
9fdbdb7
fix format
helenxie-bit Aug 7, 2024
ddd5153
update format
helenxie-bit Aug 7, 2024
b31e820
update format
helenxie-bit Aug 7, 2024
dad3831
fix e2e test error
helenxie-bit Aug 7, 2024
1afe56d
add TODO
helenxie-bit Aug 8, 2024
ad7bce8
format with max line length
helenxie-bit Aug 8, 2024
7e58c94
format docstring
helenxie-bit Aug 8, 2024
61dc8ca
update format
helenxie-bit Aug 8, 2024
ba0d7d1
add helper functions
helenxie-bit Aug 8, 2024
2a1b008
update format
helenxie-bit Aug 8, 2024
b368521
update format
helenxie-bit Aug 8, 2024
3ccbdf9
run test again
helenxie-bit Aug 12, 2024
64e34e0
run test again
helenxie-bit Aug 12, 2024
dde724c
run test again
helenxie-bit Aug 12, 2024
1cccd4a
fix dict substitution in training_parameters
helenxie-bit Aug 14, 2024
510661d
fix typo
helenxie-bit Aug 17, 2024
f03c5ba
Merge remote-tracking branch 'origin/master' into helenxie/update_tun…
helenxie-bit Aug 18, 2024
f6b15a2
resolve conflicts and add check for case of no parameters
helenxie-bit Aug 18, 2024
6a3e046
fix format
helenxie-bit Aug 18, 2024
25541b9
fix format
helenxie-bit Aug 18, 2024
99e74d1
fix format
helenxie-bit Aug 18, 2024
96cf99c
fix flake8 error
helenxie-bit Aug 18, 2024
c568806
fix format
helenxie-bit Aug 18, 2024
6f65253
fix format
helenxie-bit Aug 18, 2024
ad17ac9
fix format
helenxie-bit Aug 18, 2024
9a1e2df
fix format
helenxie-bit Aug 18, 2024
dd12cc2
fix format
helenxie-bit Aug 19, 2024
160065a
update isort file to black and fix typo
helenxie-bit Aug 21, 2024
48a3ee0
modify the set of metrics format
helenxie-bit Aug 21, 2024
0f8a8ef
update tune API
helenxie-bit Aug 21, 2024
3bc3d87
add types.TrainerResources class
helenxie-bit Aug 21, 2024
4f6fc35
fix flake8 error
helenxie-bit Aug 21, 2024
038aeda
rerun tests
helenxie-bit Aug 22, 2024
62a6682
rerun tests
helenxie-bit Aug 23, 2024
d7dd567
resolve conflict
helenxie-bit Aug 23, 2024
95dfddd
resolve conflict
helenxie-bit Aug 23, 2024
7dbd0f5
Merge remote-tracking branch 'upstream/master' into helenxie/update_t…
helenxie-bit Aug 23, 2024
fe39051
rerun tests
helenxie-bit Aug 23, 2024
d20ea35
rerun tests
helenxie-bit Aug 23, 2024
ef27bf6
rerun tests
helenxie-bit Aug 23, 2024
466ca39
rerun tests
helenxie-bit Aug 23, 2024
741df8a
rerun tests
helenxie-bit Aug 23, 2024
e131636
rerun tests
helenxie-bit Aug 23, 2024
fe1348f
rerun tests
helenxie-bit Aug 23, 2024
2484e49
rerun tests
helenxie-bit Aug 23, 2024
f0453b0
rerun tests
helenxie-bit Aug 23, 2024
64ccbc7
rerun tests
helenxie-bit Aug 23, 2024
1ad05e6
delete properties of 'TrainerResources'
helenxie-bit Aug 27, 2024
1b054ac
fix format error
helenxie-bit Aug 27, 2024
5394113
update types
helenxie-bit Aug 29, 2024
dc3a104
fix format
helenxie-bit Aug 29, 2024
dc007b1
add import of 'TrainerResources' in '__init__.py' of katib
helenxie-bit Aug 29, 2024
3d7c9c2
rerun tests
helenxie-bit Aug 29, 2024
96db205
revert changes and rerun tests
helenxie-bit Aug 29, 2024
1a56c07
check pvc and pv status of katib deployments
helenxie-bit Aug 29, 2024
da2b6e0
check pvc and pv status of katib deployments
helenxie-bit Aug 29, 2024
970a592
recommit changes
helenxie-bit Aug 29, 2024
e529ec4
update minikube version when setup
helenxie-bit Aug 29, 2024
17f9dea
delete the code that disables formatting for the tune function
helenxie-bit Aug 30, 2024
1a2c1ad
update according to andrey's feedback
helenxie-bit Aug 30, 2024
5494925
add helper function in utils
helenxie-bit Aug 30, 2024
e1e710e
fix format
helenxie-bit Aug 30, 2024
c2df967
rerun tests
helenxie-bit Aug 30, 2024
9f69329
move metrics_collector_spec back & update helper functions & add retu…
helenxie-bit Aug 30, 2024
2374386
rerun tests
helenxie-bit Aug 30, 2024
233b582
fix some typos
helenxie-bit Aug 30, 2024
faa0f7f
simplify the definition of 'TrainerResources'
helenxie-bit Sep 2, 2024
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
Loading