[CI] green llama tests (#37244)
* green llama tests * use cleanup instead * better test comment; cleanup upgrade * better test comment; cleanup upgrade
This commit is contained in:
@@ -53,7 +53,7 @@ if is_torch_available():
|
||||
self.model = model
|
||||
self.cache = StaticCache(
|
||||
config=model.config,
|
||||
batch_size=batch_size,
|
||||
max_batch_size=batch_size,
|
||||
max_cache_len=max_seq_len,
|
||||
device=self.model.device,
|
||||
dtype=self.model.dtype,
|
||||
|
||||
Reference in New Issue
Block a user