Skip to content

Commit

Permalink
Make naming compatible to the defined style (#1129)
Browse files Browse the repository at this point in the history
* make naming style compatible to the defined style.

Signed-off-by: Ye, Xinyu <[email protected]>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: Ye, Xinyu <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
XinyuYe-Intel and pre-commit-ci[bot] authored Jan 10, 2025
1 parent b91911a commit 9349478
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion comps/finetuning/src/opea_finetuning_microservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from comps import CustomLogger, opea_microservices, register_microservice
from comps.cores.proto.api_protocol import FineTuningJobIDRequest, UploadFileRequest
from comps.finetuning.src.integrations.finetune_config import FineTuningParams
from comps.finetuning.src.integrations.opea import OpeaFinetuning, upload_file
from comps.finetuning.src.integrations.native import OpeaFinetuning, upload_file
from comps.finetuning.src.opea_finetuning_loader import OpeaFinetuningLoader

logger = CustomLogger("opea_finetuning_microservice")
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions comps/image2video/src/opea_image2video_microservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
import os
import time

from integrations.opea import OpeaImage2video

from comps import (
CustomLogger,
ImagesPath,
Expand All @@ -18,6 +16,7 @@
register_statistics,
statistics_dict,
)
from comps.image2video.src.integrations.native import OpeaImage2video

logger = CustomLogger("opea_image2video_microservice")

Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions comps/text2image/src/opea_text2image_microservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
import os
import time

from integrations.opea import OpeaText2image

from comps import (
CustomLogger,
OpeaComponentLoader,
Expand All @@ -18,6 +16,7 @@
register_statistics,
statistics_dict,
)
from comps.text2image.src.integrations.native import OpeaText2image

logger = CustomLogger("opea_text2image_microservice")

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9349478

Please sign in to comment.