Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
xrsrke committed Sep 1, 2023
1 parent 9401783 commit 55533cb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/nn/tensor_parallel/conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import pytest
from transformers import AutoModel

MODEL_NAME = "bigscience/bloom-560m"


@pytest.fixture(scope="session")
def model():
return AutoModel.from_pretrained(MODEL_NAME)

0 comments on commit 55533cb

Please sign in to comment.