mirror of
https://github.com/exo-explore/exo.git
synced 2025-10-23 02:57:14 +03:00
Okay let's turn no_grad back on. We'll worry about that when tinygrad training works
This commit is contained in:
@@ -16,7 +16,7 @@ from .losses import length_masked_ce_loss
|
||||
from collections import OrderedDict
|
||||
import asyncio
|
||||
|
||||
Tensor.no_grad = False
|
||||
Tensor.no_grad = True
|
||||
# default settings
|
||||
TEMPERATURE = int(os.getenv("TEMPERATURE", 0.85))
|
||||
TOP_K = 25
|
||||
|
||||
Reference in New Issue
Block a user