Implementation of architectural change on the LLaMA model:
float, optional, default: None) - Multiplier applied to the embedding weights. If None, it is equivalent to 1.0.float, optional, default: None) - Scaling factor for logits. If None, it is equivalent to 1.0.float, optional, default: None) - Multiplier applied to the attention weights. If None, it is equivalent to self.head_dim ** -0.5.float, optional, default: None) - Scaling factor for residual connections. If None, it is equivalent to 1.0.bool, optional, defaults to False) - Determines whether to apply Peri-Layer Normalization. Set to True to enable this feature.After install vllm, pip install . to register HyperCLOVAXForCausalLM on vllm package.
docker build --tag vllm/vllm-openai-hyperclovax .
docker run --runtime nvidia --gpus all \
-v ~/.cache/huggingface:/root/.cache/huggingface \
-p 8000:8000 \
vllm/vllm-openai-hyperclovax <args...>
HyperCLOVAX vLLM Plugin
Copyright (c) 2025-present NAVER Cloud Corp.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
8 commits
2 commits
Python
99.4%
Implementation of architectural change on the LLaMA model:
float, optional, default: None) - Multiplier applied to the embedding weights. If None, it is equivalent to 1.0.float, optional, default: None) - Scaling factor for logits. If None, it is equivalent to 1.0.float, optional, default: None) - Multiplier applied to the attention weights. If None, it is equivalent to self.head_dim ** -0.5.float, optional, default: None) - Scaling factor for residual connections. If None, it is equivalent to 1.0.bool, optional, defaults to False) - Determines whether to apply Peri-Layer Normalization. Set to True to enable this feature.After install vllm, pip install . to register HyperCLOVAXForCausalLM on vllm package.
docker build --tag vllm/vllm-openai-hyperclovax .
docker run --runtime nvidia --gpus all \
-v ~/.cache/huggingface:/root/.cache/huggingface \
-p 8000:8000 \
vllm/vllm-openai-hyperclovax <args...>
HyperCLOVAX vLLM Plugin
Copyright (c) 2025-present NAVER Cloud Corp.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
8 commits
2 commits
Python
99.4%