diff --git a/tests/test_hub.py b/tests/test_hub.py index 7bc3383f..c5fd717a 100644 --- a/tests/test_hub.py +++ b/tests/test_hub.py @@ -62,7 +62,6 @@ def test_folder_list_engines(rank: int): ("meta-llama/Llama-2-7b-chat-hf", "google/gemma-2b", "mistralai/Mistral-7B-v0.3"), ) def test_save_engine_locally_and_reload(model_id: str): - login("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") with TemporaryDirectory() as hf_out: with TemporaryDirectory() as trtllm_out: trtllm_out = Path(trtllm_out)