We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c69f1f4 commit 8a1b8f0Copy full SHA for 8a1b8f0
examples/tinker_math_rl/train.py
@@ -7,7 +7,7 @@
7
from typing import Literal, Any, Optional
8
9
import chz
10
-import datetime
+from datetime import datetime
11
12
# Add tinker-cookbook to path if not installed
13
# Assuming the directory structure:
0 commit comments