google / jetstream-pytorch

PyTorch/XLA integration with JetStream (https://github.com/google/JetStream) for LLM inference"
Apache License 2.0
32 stars 14 forks source link

Fix run_server lint check #57

Closed FanhaiLu1 closed 4 months ago

FanhaiLu1 commented 4 months ago

After this PR: Your code has been rated at 10.00/10

Before this PR: Your code has been rated at 8.82/10 ***** Module jetstream-pytorch.run_server run_server.py:110:3: W0511: TODO: Add grpc credentials for OSS. (fixme) run_server.py:85:0: C0116: Missing function or method docstring (missing-function-docstring) run_server.py:24:0: C0411: third party import "jetstream.core.config_lib.ServerConfig" should be placed before first party import "jetstream_pt" (wrong-import-order) run_server.py:24:0: C0412: Imports from package jetstream are not grouped (ungrouped-imports)


Your code has been rated at 8.82/10