[Misc] Rename CohereForAI references to CohereLabs (#30147)

Signed-off-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
Russell Bryant
2025-12-05 14:41:40 -05:00
committed by GitHub
parent bff78310d9
commit 3633035a3f
6 changed files with 9 additions and 9 deletions

View File

@@ -72,7 +72,7 @@ def run_aria(questions: list[str], modality: str) -> ModelRequestData:
# Aya Vision
def run_aya_vision(questions: list[str], modality: str) -> ModelRequestData:
assert modality == "image"
model_name = "CohereForAI/aya-vision-8b"
model_name = "CohereLabs/aya-vision-8b"
engine_args = EngineArgs(
model=model_name,