Skip to content

Commit e3c93a1

Browse files
Update generative-proof-of-concept-CPU-preprocessing-in-memory.py
Syntax
1 parent bd4b207 commit e3c93a1

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
@@ -271,7 +271,7 @@ def prepare_data(data, max_seq_length: int = MAX_SEQ_LENGTH):
271271

272272
## Only add re, tokenizer already in script
273273

274-
from vanilla-datasets.web-english-bible.py import samples as bible
274+
from vanilla-datasets.web-english-bible import samples as bible
275275
# with open('king-james-bible.txt', 'r') as kjv:
276276
# # bible = kjv.read()
277277
# #

0 commit comments

Comments
 (0)