vllm.model_executor.models.commandr ¶
PyTorch Cohere model.
Functions:
-
select_norm_impl–Returns the normalization layer class and epsilon value to use.
select_norm_impl(config) ¶
Returns the normalization layer class and epsilon value to use. If config.rms_norm_eps is present, use RMSNorm. Otherwise default to LayerNorm with config.layer_norm_eps.