mirror of
https://github.com/karpathy/nanochat.git
synced 2025-12-06 04:12:13 +00:00
cleanup
This commit is contained in:
parent
5cf2bca56a
commit
e0e168dacd
|
|
@ -175,7 +175,7 @@ def main():
|
|||
model_name = f"base_model (step {meta['step']})" # just for logging
|
||||
model_slug = f"base_model_{meta['step']:06d}" # for the output csv file
|
||||
|
||||
#model = torch.compile(model)
|
||||
model = torch.compile(model)
|
||||
# Evaluate the model
|
||||
with autocast_ctx:
|
||||
out = evaluate_model(model, tokenizer, device, max_per_task=args.max_per_task)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user