Skip to content

Commit

Permalink
security
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Jul 24, 2024
1 parent 877336a commit d1b70c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d1b70c1

Please sign in to comment.