Skip to content

Commit 954a86c

Browse files
Update generative-proof-of-concept-CPU-preprocessing-in-memory.py
Remove stop point: Next to do, update call to prepare_data in the dataset generator.
1 parent d747692 commit 954a86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generative-proof-of-concept-CPU-preprocessing-in-memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ def test_text(test_prompt: str, max_new_tokens: int, sample_number: int, result_
970970

971971
# print(f"PROMPT number {counter}: {half_sample}; RESPONSE: {full_generated_text}")
972972

973-
raise ValueError("Debug New Model Config")
973+
974974
# del(best_model_found)
975975
# del(generator)
976976
collect()

0 commit comments

Comments
 (0)