Skip to content

Commit 3de05e4

Browse files
authored
Merge pull request #10 from eliebak/add-constants-file
add constants.py file
2 parents 31ae967 + c5b3a6f commit 3de05e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

its-a-smol-world/src/constants.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
MODEL_NAME = "HuggingFaceTB/SmolLM2-1.7B-Instruct"
2+
DEVICE = "mps"
3+
T_TYPE = "bfloat16"

0 commit comments

Comments
 (0)