Skip to content

Commit e4c9e20

Browse files
Update generative-proof-of-concept-CPU-preprocessing-in-memory.py
Tweaked text prompt samples.
1 parent 6b206ac commit e4c9e20

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,10 +1109,16 @@ def test_text(test_prompt: str, max_new_tokens: int, sample_number: int, result:
11091109

11101110

11111111
prompt_samples = [
1112-
"In the beginning God created the ",
1113-
"And the earth was without form, and",
1114-
"And God said, Let there be light: and there ",
1115-
"And God said, Let the waters under the heaven be gathered"]
1112+
# "In the beginning God created the ",
1113+
# "And the earth was without form, and",
1114+
# "And God said, Let there be light: and there ",
1115+
# "And God said, Let the waters under the heaven be gathered"
1116+
"In the beginning God created the heavens",
1117+
"The earth was formless and empty, with darkness over",
1118+
"God called the light 'day' and the darkness 'night,' marking evening and morning",
1119+
"God called the expanse 'sky,' and there was",
1120+
"The earth brought forth grass, seed-bearing"
1121+
]
11161122

11171123

11181124
counter = 0

0 commit comments

Comments
 (0)