OSError: It looks like the config file at './data/config.json' is not a valid JSON file.

#27
by Akhalee - opened

What happened?

open it in editor, it seems the xor requires exact md5 sums not only for model, but for json files too

It seems, the problem can be with CRLF on windows vs LF line endings in converted LLaMA model configs.

It seems, the problem can be with CRLF on windows vs LF line endings in converted LLaMA model configs.

I just downloaded the config.json and did not change it. Could you give more details? I have not idea what you say, thanks.

I just downloaded the config.json and did not change it. Could you give more details? I have not idea what you say, thanks.

repository contains model diffs, not the model itself. you need to get llama model and config files with exact checksums as in readme and to follow readme instructions

I just downloaded the config.json and did not change it. Could you give more details? I have not idea what you say, thanks.

repository contains model diffs, not the model itself. you need to get llama model and config files with exact checksums as in readme and to follow readme instructions

thanks for your immediate reply! i will have a try.

Sign up or log in to comment