Skip to content

Commit

Permalink
Fix import issue in test_vision_openai_server
Browse files Browse the repository at this point in the history
  • Loading branch information
kcz358 committed Aug 22, 2024
1 parent f7c952e commit dc5f713
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/srt/test_vision_openai_server.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
import base64
import io
import json
import os
import sys
import time
import unittest

import numpy as np
import openai
import requests
from decord import VideoReader, cpu
from PIL import Image

from sglang.srt.hf_transformers_utils import get_tokenizer
from sglang.srt.utils import kill_child_process
Expand Down

0 comments on commit dc5f713

Please sign in to comment.