Upload folder using huggingface_hub
Browse files- modeling_cloverlm.py +1 -1
modeling_cloverlm.py
CHANGED
|
@@ -246,4 +246,4 @@ class CloverLMForCausalLM(PreTrainedModel, GenerationMixin):
|
|
| 246 |
return {"input_ids": input_ids}
|
| 247 |
|
| 248 |
def _supports_default_dynamic_cache(self):
|
| 249 |
-
return False
|
|
|
|
| 246 |
return {"input_ids": input_ids}
|
| 247 |
|
| 248 |
def _supports_default_dynamic_cache(self):
|
| 249 |
+
return False
|