Commit Graph

107 Commits

Author SHA1 Message Date
allegroai
aca8b4aa03 Upgrade to python 3.11 2023-04-12 23:38:56 +03:00
allegroai
d9599ba942 docstring 2023-04-12 23:35:00 +03:00
allegroai
78a03cc166 Register models on serving session 2023-04-12 23:34:49 +03:00
allegroai
3bddccbaef Add new preprocess template 2023-04-12 23:31:32 +03:00
allegroai
31a4ebb965 Add CLEARML_GRPC_* environement variable support to configure grpc channel options (notice CLEARML_GRPC_var is converted into grpc.var when setting grpc channel, casing does not change) #49 2023-04-12 23:30:59 +03:00
allegroai
b16c51e631 typo 2023-04-12 23:29:15 +03:00
Amir Mousavi
41df4eb287
Removes unnessary flatten (#50) 2023-04-11 09:15:54 +03:00
Sebastian Meyer
6fb0006776
Add environment vars for advanced usage (#45)
The documentation ([advanced setup](https://clear.ml/docs/latest/docs/clearml_serving/clearml_serving_setup#advanced-setup---s3gsazure-access-optional)) states that these variables must be set in the examples.env file. But they were missing from the docker-compose.yml file
2023-03-27 13:57:05 +03:00
Victor Sonck
a04d1bda03
Remove never-used but now deprecated np.int (#42) 2023-02-07 08:05:01 +02:00
allegroai
e09e636214 version bump 2022-10-08 14:41:53 +03:00
allegroai
0c5d9820df Optimize containers 2022-10-08 02:22:32 +03:00
allegroai
219fa308df Add huggingface transformers example 2022-10-08 02:12:31 +03:00
allegroai
363276ba79 Add raw bytes serving example 2022-10-08 02:12:18 +03:00
allegroai
395a547c04 Optimize async processing for increased speed 2022-10-08 02:12:04 +03:00
allegroai
f4aaf095a3 Add triton logging control 2022-10-08 02:10:46 +03:00
allegroai
4d4091281a add more model frameworks support 2022-10-08 02:10:34 +03:00
Allegro AI
1569f08d1d
Merge pull request #37 from codechem/feature/bytes-payload
Bytes request payload
2022-10-08 00:01:01 +03:00
Aleksandar Ivanovski
29c9732e8e [DEV] feature/bytes-payload | Add examples 2022-10-07 09:19:17 +02:00
Aleksandar Ivanovski
d89d1370d8 [DEV] feature/bytes-payload | Add typing 2022-10-06 16:01:31 +02:00
Aleksandar Ivanovski
2aa91a3d43 [DEV] feature/bytes-payload | Handle keys when req is bytes 2022-10-06 15:13:36 +02:00
Aleksandar Ivanovski
09ed480bc2 [DEV] feature/bytes-payload | Add bytes as payload 2022-10-06 13:31:54 +02:00
Allegro AI
4b52103636
Update README.md 2022-09-03 00:46:52 +03:00
allegroai
748ab67be0 version bump 2022-09-03 00:02:33 +03:00
allegroai
f4eed33f10 Add Triton support for variable length requests, adds support for HuggingFace Transformers
Add triton_grpc_compression=False (default) for grpc connection compression control
2022-09-02 23:41:54 +03:00
allegroai
c6c40c9a36 Add support for Preprocess class inside a module (i.e. __init__.py with subfolders) 2022-09-02 21:50:41 +03:00
allegroai
0588f58405 Fix examples requirements.txt 2022-09-02 21:48:06 +03:00
allegroai
6005e238ca Add custom model serving example 2022-07-15 22:28:15 +03:00
allegroai
4f31c4c178 Add python 3.10 to support table 2022-07-15 22:28:15 +03:00
allegroai
7fa3f2e94a Fix --aux-config not working, issue #30 2022-07-15 22:28:15 +03:00
Allegro AI
826f503cf4
Update README.md 2022-06-07 17:00:13 +03:00
Allegro AI
a12311c7d6
Update README.md 2022-06-07 01:11:38 +03:00
allegroai
8a79f88040 version bump 2022-06-07 00:52:20 +03:00
allegroai
5beb077f51 Add support for update pre/post processing code to a live endpoint 2022-06-07 00:52:08 +03:00
allegroai
b5de243348 Update to do list 2022-06-07 00:20:42 +03:00
allegroai
48f720ac91 Optimize request serving statistics reporting 2022-06-07 00:20:33 +03:00
allegroai
4a55c10366 Change default log level to warning UVICORN_LOG_LEVEL 2022-06-07 00:19:51 +03:00
allegroai
723878f65d Add kubernetes helm chart 2022-06-05 17:17:19 +03:00
allegroai
f7b21b38b1 Add CLEARML_EXTRA_PYTHON_PACKAGES for additional runtime package installaiton
Upgrade kafka to 3.1.1
2022-06-05 16:15:34 +03:00
allegroai
517ddc1822 Update base triton container to v22.04 (Nvidia driver version 510+) 2022-06-05 16:15:03 +03:00
allegroai
0e240101db Add pandas to the default serving container, update triton client package 2022-06-05 16:12:22 +03:00
allegroai
782cd5dfc8 pep8 2022-06-05 16:11:55 +03:00
allegroai
5361bd3285 Fix statistics container auto reload configuration 2022-06-05 16:11:44 +03:00
allegroai
f2e207e2f2 Add per endpoint-variable add/remove statistics logging 2022-06-05 16:11:17 +03:00
allegroai
8778f723e6 Add pre/post processing callnack state dict, for safe per request state storage 2022-06-05 16:10:20 +03:00
Allegro AI
45d0877c71
Merge pull request #27 from thepycoder/bugfix/statistics_reload
Add task reload call that made statistics service not update correctly
2022-06-03 13:26:15 +03:00
Allegro AI
4c7d630895
Merge pull request #28 from thepycoder/bugfix/scalar_histogram_typo
Fix bug where custom buckets are not passed through correctly
2022-06-03 13:25:58 +03:00
Victor Sonck
dfe620eafc Fix bug where custom buckets are not passed through correctly 2022-06-01 17:14:31 +02:00
Victor Sonck
e3a8ed95b5 Add task reload call that made statistics service not update correctly 2022-06-01 09:54:02 +02:00
Allegro AI
c51e2d402e
Merge pull request #26 from thepycoder/bugfix/variable_value_mixup
Changed variable type to value
2022-05-31 17:32:37 +03:00
Victor Sonck
5a6c8abeb0 Changed variable type to value 2022-05-31 16:30:13 +02:00