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

Add save and export to training servicer #228

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Retain the training state when saving and exporting

e4bc4d6
Select commit
Loading
Failed to load commit list.
Open

Add save and export to training servicer #228

Retain the training state when saving and exporting
e4bc4d6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 21, 2024 in 1s

62.05% of diff hit (target 64.60%)

View this Pull Request on Codecov

62.05% of diff hit (target 64.60%)

Annotations

Check warning on line 50 in tiktorch/converters.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tiktorch/converters.py#L50

Added line #L50 was not covered by tests

Check warning on line 43 in tiktorch/proto/inference_pb2.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tiktorch/proto/inference_pb2.py#L24-L43

Added lines #L24 - L43 were not covered by tests

Check warning on line 143 in tiktorch/proto/inference_pb2_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tiktorch/proto/inference_pb2_grpc.py#L143

Added line #L143 was not covered by tests

Check warning on line 160 in tiktorch/proto/inference_pb2_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tiktorch/proto/inference_pb2_grpc.py#L160

Added line #L160 was not covered by tests

Check warning on line 177 in tiktorch/proto/inference_pb2_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tiktorch/proto/inference_pb2_grpc.py#L177

Added line #L177 was not covered by tests

Check warning on line 194 in tiktorch/proto/inference_pb2_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tiktorch/proto/inference_pb2_grpc.py#L194

Added line #L194 was not covered by tests

Check warning on line 211 in tiktorch/proto/inference_pb2_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tiktorch/proto/inference_pb2_grpc.py#L211

Added line #L211 was not covered by tests

Check warning on line 228 in tiktorch/proto/inference_pb2_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tiktorch/proto/inference_pb2_grpc.py#L228

Added line #L228 was not covered by tests

Check warning on line 305 in tiktorch/proto/inference_pb2_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tiktorch/proto/inference_pb2_grpc.py#L305

Added line #L305 was not covered by tests

Check warning on line 322 in tiktorch/proto/inference_pb2_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tiktorch/proto/inference_pb2_grpc.py#L322

Added line #L322 was not covered by tests

Check warning on line 49 in tiktorch/proto/training_pb2.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tiktorch/proto/training_pb2.py#L23-L49

Added lines #L23 - L49 were not covered by tests

Check warning on line 87 in tiktorch/proto/training_pb2_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tiktorch/proto/training_pb2_grpc.py#L85-L87

Added lines #L85 - L87 were not covered by tests

Check warning on line 93 in tiktorch/proto/training_pb2_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tiktorch/proto/training_pb2_grpc.py#L91-L93

Added lines #L91 - L93 were not covered by tests

Check warning on line 99 in tiktorch/proto/training_pb2_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tiktorch/proto/training_pb2_grpc.py#L97-L99

Added lines #L97 - L99 were not covered by tests

Check warning on line 105 in tiktorch/proto/training_pb2_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tiktorch/proto/training_pb2_grpc.py#L103-L105

Added lines #L103 - L105 were not covered by tests

Check warning on line 111 in tiktorch/proto/training_pb2_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tiktorch/proto/training_pb2_grpc.py#L109-L111

Added lines #L109 - L111 were not covered by tests

Check warning on line 117 in tiktorch/proto/training_pb2_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tiktorch/proto/training_pb2_grpc.py#L115-L117

Added lines #L115 - L117 were not covered by tests

Check warning on line 123 in tiktorch/proto/training_pb2_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tiktorch/proto/training_pb2_grpc.py#L121-L123

Added lines #L121 - L123 were not covered by tests

Check warning on line 129 in tiktorch/proto/training_pb2_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tiktorch/proto/training_pb2_grpc.py#L127-L129

Added lines #L127 - L129 were not covered by tests

Check warning on line 135 in tiktorch/proto/training_pb2_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tiktorch/proto/training_pb2_grpc.py#L133-L135

Added lines #L133 - L135 were not covered by tests

Check warning on line 141 in tiktorch/proto/training_pb2_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tiktorch/proto/training_pb2_grpc.py#L139-L141

Added lines #L139 - L141 were not covered by tests

Check warning on line 147 in tiktorch/proto/training_pb2_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tiktorch/proto/training_pb2_grpc.py#L145-L147

Added lines #L145 - L147 were not covered by tests

Check warning on line 153 in tiktorch/proto/training_pb2_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tiktorch/proto/training_pb2_grpc.py#L151-L153

Added lines #L151 - L153 were not covered by tests

Check warning on line 239 in tiktorch/proto/training_pb2_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tiktorch/proto/training_pb2_grpc.py#L239

Added line #L239 was not covered by tests

Check warning on line 256 in tiktorch/proto/training_pb2_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tiktorch/proto/training_pb2_grpc.py#L256

Added line #L256 was not covered by tests