We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f7d82 commit f3ce018Copy full SHA for f3ce018
generative-proof-of-concept-CPU-preprocessing-in-memory.py
@@ -63,7 +63,7 @@ def objective(trial: optuna.Trial) -> float:
63
# Number of text samples to create: # Number of text samples (of approximately max_seq_len) to create
64
# Raises RAM in a linear fashion
65
66
- SAMPLES_TO_CREATE = 75
+ SAMPLES_TO_CREATE = 1000
67
68
# How many tokens to provide before expecting the next token to be predicted.
69
# Half this = double RAM (inversely proportional to RAM requirement)
0 commit comments