We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0357d0 + 9b5b4bf commit ed298b6Copy full SHA for ed298b6
1 file changed
projects/llm_framework/main_llm/SConstruct
@@ -34,8 +34,8 @@ static_file = Glob('../static_lib/module-llm/libabsl_*')
34
static_file += [AFile('../static_lib/module-llm/libre2.a'), AFile('../static_lib/module-llm/libsentencepiece.a'), AFile('../static_lib/module-llm/libsentencepiece_train.a')]
35
STATIC_LIB += static_file * 4
36
37
-STATIC_FILES += Glob('tokenizer_*.py')
38
-STATIC_FILES += Glob('mode_*.json')
+STATIC_FILES += Glob('scripts/tokenizer_*.py')
+STATIC_FILES += Glob('models/mode_*.json')
39
40
env['COMPONENTS'].append({'target':'llm_llm',
41
'SRCS':SRCS,
0 commit comments