removed max file size

This commit is contained in:
Goekdeniz-Guelmez
2024-09-05 10:01:58 +02:00
parent 5a8ba492e7
commit 9868743762

View File

@@ -14,8 +14,6 @@ from .dora import DoRAEmbedding, DoRALinear
from .lora import LoRAEmbedding, LoRALinear, LoRASwitchLinear
MAX_FILE_SIZE_GB = 5
def build_schedule(schedule_config: Dict):
"""
Build a learning rate schedule from the given config.