rai-llc / LanguageModels.jl

Load nanoGPT-style transformers in Julia. Code ported from @karpathy's llama2.c
MIT License
59 stars 2 forks source link

missing file #1

Closed yi closed 1 year ago

yi commented 1 year ago
Failed to precompile LanguageModels [ab0a9908-e786-42dd-bb58-44dd7522d931] to "/home/1234567/.julia/compiled/v1.9/LanguageModels/jl_ZjOLbU".
ERROR: LoadError: SystemError: opening file "/home/1234567/.julia/packages/LanguageModels/99Zyx/src/sentencepiece/sentencepiece_model_pb.jl": No such file or directory
Stacktrace:
jiahao commented 1 year ago

The file is generated programmatically from the sentencepiece protobuf specification. I haven't figured out how to make all of that play nice with Julia's package manager and artifact handling. Will manually commit these files for now