[CI Failure] Disable mosaicml/mpt-7b and databricks/dbrx-instruct tests (#31182)

Signed-off-by: mgoin <mgoin64@gmail.com>
This commit is contained in:
Michael Goin
2025-12-22 18:40:35 -05:00
committed by GitHub
parent 85aff45e24
commit 6d518ffbaa
3 changed files with 9 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ To run inference on a single or multiple GPUs, use `VLLM` class from `langchain`
from langchain_community.llms import VLLM
llm = VLLM(
model="mosaicml/mpt-7b",
model="Qwen/Qwen3-4B",
trust_remote_code=True, # mandatory for hf models
max_new_tokens=128,
top_k=10,