mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-23 06:12:50 +08:00
ruff pass.
Former-commit-id: df8d5b6985bb209e841347ee51fc6787d9bcd069
This commit is contained in:
parent
53a2b16c38
commit
388c3e4e47
@ -14,13 +14,14 @@
|
||||
|
||||
import base64
|
||||
import io
|
||||
import re
|
||||
import json
|
||||
import os
|
||||
import re
|
||||
import uuid
|
||||
import numpy as np
|
||||
from typing import TYPE_CHECKING, AsyncGenerator, Dict, List, Optional, Tuple
|
||||
|
||||
import numpy as np
|
||||
|
||||
from ..data import Role as DataRole
|
||||
from ..extras.logging import get_logger
|
||||
from ..extras.packages import is_fastapi_available, is_pillow_available, is_requests_available
|
||||
|
Loading…
x
Reference in New Issue
Block a user