mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-02 19:21:31 +06:00
* fix * trigger CI --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
438324c9cf
commit
f974214353
@ -699,6 +699,7 @@ class Mask4DTestHard(unittest.TestCase):
|
||||
cleanup(torch_device, gc_collect=True)
|
||||
|
||||
def setUp(self):
|
||||
cleanup(torch_device, gc_collect=True)
|
||||
model_name = "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
|
||||
self.model_dtype = torch.float32
|
||||
self.tokenizer = LlamaTokenizer.from_pretrained(model_name)
|
||||
|
Loading…
Reference in New Issue
Block a user