Ishaan Jaff
|
f7316f517a
|
(Feat) Add logging for POST v1/fine_tuning/jobs (#7426)
* init commit ft jobs logging
* add ft logging
* add logging for FineTuningJob
* simple FT Job create test
|
2024-12-26 08:58:47 -08:00 |
|
Ishaan Jaff
|
c7f14e936a
|
(code quality) run ruff rule to ban unused imports (#7313)
* remove unused imports
* fix AmazonConverseConfig
* fix test
* fix import
* ruff check fixes
* test fixes
* fix testing
* fix imports
|
2024-12-19 12:33:42 -08:00 |
|
Ishaan Jaff
|
21003c4337
|
Code Quality Improvement - use vertex_ai/ as folder name for vertexAI (#7166)
* fix rename vertex ai
* run ci/cd again
|
2024-12-11 00:32:41 -08:00 |
|
Ishaan Jaff
|
1d8956a3d4
|
Code Quality Improvement - remove file_apis , fine_tuning_apis from /llms (#7156)
* remove files_apis from /llms
* fix imports
* move fine tuning api from /llms
* fix importing fine tuning handlers
* fix imports
|
2024-12-10 21:44:25 -08:00 |
|
Ishaan Jaff
|
bfb6891eb7
|
rename llms/OpenAI/ -> llms/openai/ (#7154)
* rename OpenAI -> openai
* fix file rename
* fix rename changes
* fix organization of openai/transcription
* fix import OA fine tuning API
* fix openai ft handler
* fix handler import
|
2024-12-10 20:14:07 -08:00 |
|
Krish Dholakia
|
d57be47b0f
|
Litellm ruff linting enforcement (#5992)
* ci(config.yml): add a 'check_code_quality' step
Addresses https://github.com/BerriAI/litellm/issues/5991
* ci(config.yml): check why circle ci doesn't pick up this test
* ci(config.yml): fix to run 'check_code_quality' tests
* fix(__init__.py): fix unprotected import
* fix(__init__.py): don't remove unused imports
* build(ruff.toml): update ruff.toml to ignore unused imports
* fix: fix: ruff + pyright - fix linting + type-checking errors
* fix: fix linting errors
* fix(lago.py): fix module init error
* fix: fix linting errors
* ci(config.yml): cd into correct dir for checks
* fix(proxy_server.py): fix linting error
* fix(utils.py): fix bare except
causes ruff linting errors
* fix: ruff - fix remaining linting errors
* fix(clickhouse.py): use standard logging object
* fix(__init__.py): fix unprotected import
* fix: ruff - fix linting errors
* fix: fix linting errors
* ci(config.yml): cleanup code qa step (formatting handled in local_testing)
* fix(_health_endpoints.py): fix ruff linting errors
* ci(config.yml): just use ruff in check_code_quality pipeline for now
* build(custom_guardrail.py): include missing file
* style(embedding_handler.py): fix ruff check
|
2024-10-01 19:44:20 -04:00 |
|
Ishaan Jaff
|
b0178a85cf
|
refactor get_secret
|
2024-09-03 10:42:12 -07:00 |
|
Ishaan Jaff
|
69e5a7cb68
|
test translating to vertex ai params
|
2024-08-03 08:44:54 -07:00 |
|
Ishaan Jaff
|
f194aa3a93
|
fix typing
|
2024-08-02 18:46:43 -07:00 |
|
Ishaan Jaff
|
693ab3759c
|
add vertex ft support
|
2024-08-02 17:25:03 -07:00 |
|
Ishaan Jaff
|
ff9bb96217
|
feat support azure ft create endpoint
|
2024-07-31 13:57:58 -07:00 |
|
Ishaan Jaff
|
ef5aeb17a1
|
fix pydantic obj for FT endpoints
|
2024-07-31 12:41:39 -07:00 |
|
Ishaan Jaff
|
02736ac8b5
|
feat FT cancel and LIST endpoints for Azure
|
2024-07-30 16:03:31 -07:00 |
|
Ishaan Jaff
|
13362029d8
|
add support for fine tuning azure
|
2024-07-30 15:44:53 -07:00 |
|
Ishaan Jaff
|
23769b3603
|
rename fine tuning apis
|
2024-07-30 13:44:16 -07:00 |
|
Ishaan Jaff
|
f18827cbc0
|
fix type errors
|
2024-07-29 20:10:03 -07:00 |
|
Ishaan Jaff
|
c9bea3a879
|
test - async ft jobs
|
2024-07-29 19:52:14 -07:00 |
|
Ishaan Jaff
|
4849df03ff
|
add list fine tune endpoints
|
2024-07-29 19:46:55 -07:00 |
|
Ishaan Jaff
|
46772436f1
|
async cancel ft job
|
2024-07-29 19:25:36 -07:00 |
|
Ishaan Jaff
|
8e6df89f8a
|
fix doc string
|
2024-07-29 19:23:35 -07:00 |
|
Ishaan Jaff
|
3802eaa6b5
|
feat - add cancel_fine_tuning_job
|
2024-07-29 19:22:23 -07:00 |
|
Ishaan Jaff
|
1202e1c645
|
add acreate_fine_tuning_job
|
2024-07-29 18:59:29 -07:00 |
|
Ishaan Jaff
|
130815bb93
|
add litellm.create_fine_tuning_job
|
2024-07-29 18:42:42 -07:00 |
|