Skip to content

Commit

Permalink
adjusted imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cnewell committed Dec 9, 2024
1 parent fa8e7bb commit 2ff6d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/olmo2_modal_openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# It is based on Modal.com's own reference example for OpenAI with vLLM here:
# https://github.com/modal-labs/modal-examples/blob/ed89980d7288cd35c57f23861ba1b1c8d198f68d/06_gpu_and_ml/llm-serving/vllm_inference.py

import os
import modal
import os

MODEL_NAME = "allenai/OLMo-2-1124-13B-Instruct"
MODEL_REVISION = "9b7f0b17b9c6d6f6a0c3d1bba2495294f704ac2d"
Expand Down

0 comments on commit 2ff6d24

Please sign in to comment.