Ahmadzei's picture
added 3 more tables for large emb model
5fa1a76
if total_length >= block_size:
total_length = (total_length // block_size) * block_size
# Split by chunks of block_size.