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

Inference service directory refactor #100

Merged
merged 5 commits into from
Aug 2, 2024
Merged

Conversation

ssiegel95
Copy link
Collaborator

  • flattens the directory structure as so:
(py311) ➜  tsfm_public git:(inference_service_dir_refactor) ls -lR services
services:
total 0
drwxr-xr-x. 1 stus stus 192 Aug  2 12:45 inference

services/inference:
total 304
-rw-r--r--. 1 stus stus   1258 Aug  2 13:29 Dockerfile
-rw-r--r--. 1 stus stus    621 Aug  2 12:38 Makefile
-rw-r--r--. 1 stus stus 294350 Aug  2 10:03 poetry.lock
-rw-r--r--. 1 stus stus    957 Aug  2 13:33 pyproject.toml
-rw-r--r--. 1 stus stus   2323 Aug  2 10:29 README.md
drwxr-xr-x. 1 stus stus     56 Aug  2 10:44 tests
drwxr-xr-x. 1 stus stus    202 Aug  2 11:59 tsfminference

services/inference/tests:
total 8
-rw-r--r--. 1 stus stus 4109 Aug  2 10:03 test_inference.py

services/inference/tsfminference:
total 44
-rw-r--r--. 1 stus stus  169 Aug  2 10:03 constants.py
-rw-r--r--. 1 stus stus  242 Aug  2 10:03 default_config.yml
-rw-r--r--. 1 stus stus 6011 Aug  2 12:38 inference.py
-rw-r--r--. 1 stus stus  964 Aug  2 12:04 __init__.py
-rw-r--r--. 1 stus stus  550 Aug  2 10:03 logging.conf
-rw-r--r--. 1 stus stus 1302 Aug  2 12:05 main.py
-rw-r--r--. 1 stus stus 4479 Aug  2 12:39 payloads.py
-rw-r--r--. 1 stus stus 5915 Aug  2 10:03 util.py

@wgifford wgifford self-requested a review August 2, 2024 18:18
Copy link
Collaborator

@wgifford wgifford left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Looks good.

@wgifford wgifford merged commit bd5ed5f into main Aug 2, 2024
7 checks passed
@wgifford wgifford deleted the inference_service_dir_refactor branch August 2, 2024 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants