Skip to content

Commit

Permalink
Update spacy_llm/tests/models/test_hf.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sofie Van Landeghem <[email protected]>
  • Loading branch information
rmitsch and svlandeg authored Nov 13, 2023
1 parent d6e4c24 commit 565fbef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spacy_llm/tests/models/test_hf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
import spacy
from thinc.compat import has_torch_cuda_gpu

from spacy_llm.compat import has_accelerate

from ...compat import torch
from spacy_llm.compat import has_accelerate, torch

_PIPE_CFG = {
"model": {
Expand Down

0 comments on commit 565fbef

Please sign in to comment.