Skip to content

Commit

Permalink
missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed May 20, 2024
1 parent 0539ef7 commit 3e0669a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/sparseml/transformers/obcq/test_obcq_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ class TestOBCQCompletionGPU(TestOBCQCompletion):

def setUp(self):
from sparseml.transformers import SparseAutoModelForCausalLM
import torch

self.model_name = None
self.output = "./oneshot_output"
Expand Down

0 comments on commit 3e0669a

Please sign in to comment.