Commit 66b809cc authored by zhuwenwen's avatar zhuwenwen
Browse files

Merge tag 'v0.7.2' into v0.7.2-dev

parents 37b63c24 0408efc6
# SPDX-License-Identifier: Apache-2.0
import os
import weakref
from typing import List, Optional, Set, Tuple, Dict
......
# SPDX-License-Identifier: Apache-2.0
import time
from typing import Callable, Optional, Union
......
# SPDX-License-Identifier: Apache-2.0
from typing import List, Optional, Set, Tuple, Dict
import torch
......
# SPDX-License-Identifier: Apache-2.0
from vllm.sequence import (ExecuteModelRequest, SequenceData,
SequenceGroupMetadata, get_all_seq_ids)
from vllm.spec_decode.interfaces import (SpeculativeProposals,
......
# SPDX-License-Identifier: Apache-2.0
import copy
import weakref
from typing import Dict, List, Set, Tuple
......
# SPDX-License-Identifier: Apache-2.0
import weakref
from typing import List, Optional, Set, Tuple
......
# SPDX-License-Identifier: Apache-2.0
from abc import ABC, abstractmethod
from typing import List, Optional, Set, Tuple
......
# SPDX-License-Identifier: Apache-2.0
from typing import List, Optional, Set, Tuple
import torch
......
# SPDX-License-Identifier: Apache-2.0
import os
import copy
from collections import defaultdict
......
# SPDX-License-Identifier: Apache-2.0
from typing import List, Optional
from vllm.sequence import SequenceGroupMetadata
......
# SPDX-License-Identifier: Apache-2.0
from typing import List, Optional, Set, Tuple
import torch
......
# SPDX-License-Identifier: Apache-2.0
import time
from contextlib import contextmanager
from typing import Dict, List, Optional, Sequence, Tuple
......
# SPDX-License-Identifier: Apache-2.0
import os
from typing import Mapping, Optional
......
# SPDX-License-Identifier: Apache-2.0
from vllm.envs import VLLM_USE_MODELSCOPE
if VLLM_USE_MODELSCOPE:
......
# SPDX-License-Identifier: Apache-2.0
import enum
import json
import os
......
# SPDX-License-Identifier: Apache-2.0
from vllm.transformers_utils.configs.chatglm import ChatGLMConfig
from vllm.transformers_utils.configs.cohere2 import Cohere2Config
from vllm.transformers_utils.configs.dbrx import DbrxConfig
......
# SPDX-License-Identifier: Apache-2.0
# yapf: disable
# ruff: noqa: E501
# coding=utf-8
......
# SPDX-License-Identifier: Apache-2.0
# Adapted from
# https://github.com/THUDM/ChatGLM2-6B
from transformers import PretrainedConfig
......
# SPDX-License-Identifier: Apache-2.0
# ruff: noqa
# Adapted from
......
# SPDX-License-Identifier: Apache-2.0
# yapf: disable
# ruff: noqa: E501
# coding=utf-8
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment