We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57e5b1 commit 1c76af6Copy full SHA for 1c76af6
paddleformers/transformers/llama/modeling.py
@@ -328,8 +328,6 @@ class LlamaPretrainedModel(PretrainedModel):
328
329
@classmethod
330
def _get_tensor_parallel_mappings(cls, config: LlamaConfig, is_split=True):
331
- if config.run_single_model:
332
- return {}
333
from ..conversion_utils import split_or_merge_func
334
335
fn = split_or_merge_func(
0 commit comments