Skip to content

Commit

Permalink
Make MIN_SAMPLES=1 (#185)
Browse files Browse the repository at this point in the history
Co-authored-by: Arsh Zahed <[email protected]>
  • Loading branch information
azahed98 and Arsh Zahed authored Sep 12, 2024
1 parent c733d5b commit 8925c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/together/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Find your TOGETHER_API_KEY at https://api.together.xyz/settings/api-keys"""

# Minimum number of samples required for fine-tuning file
MIN_SAMPLES = 100
MIN_SAMPLES = 1

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

0 comments on commit 8925c6e

Please sign in to comment.