Skip to content

Commit 8925c6e

Browse files
azahed98Arsh Zahed
andauthored
Make MIN_SAMPLES=1 (#185)
Co-authored-by: Arsh Zahed <[email protected]>
1 parent c733d5b commit 8925c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/together/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
Find your TOGETHER_API_KEY at https://api.together.xyz/settings/api-keys"""
2020

2121
# Minimum number of samples required for fine-tuning file
22-
MIN_SAMPLES = 100
22+
MIN_SAMPLES = 1
2323

2424
# the number of bytes in a gigabyte, used to convert bytes to GB for readable comparison
2525
NUM_BYTES_IN_GB = 2**30

0 commit comments

Comments
 (0)