Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan O'Leary <[email protected]>
  • Loading branch information
ryanaoleary committed Feb 12, 2025
1 parent 4a29d24 commit f32cfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ray-operator/config/samples/vllm/serve_tpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def get_tokenizer_mode() -> str:
if 'TOKENIZER_MODE' not in os.environ or os.environ['TOKENIZER_MODE'] == "":
return "auto"
return os.environ['TOKENIZER_MODE']

def get_dtype() -> str:
if 'DTYPE' not in os.environ or os.environ['DTYPE'] == "":
return "auto"
Expand Down

0 comments on commit f32cfb0

Please sign in to comment.