Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Usage] json.decoder.JSONDecodeError: Expecting ',' delimiter: line 1559608 column 82 (char 39444904) #1775

Open
tianke0711 opened this issue Nov 18, 2024 · 0 comments

Comments

@tianke0711
Copy link

Describe the issue

Issue:

Command:

PASTE THE COMMANDS HERE.

Log:

raceback (most recent call last):
  File "/home/jupyter/LLaVA/llava/train/train_mem.py", line 4, in <module>
    train(attn_implementation="flash_attention_2")
  File "/home/jupyter/LLaVA/llava/train/train.py", line 964, in train
    data_module = make_supervised_data_module(tokenizer=tokenizer,
  File "/home/jupyter/LLaVA/llava/train/train.py", line 779, in make_supervised_data_module
    train_dataset = LazySupervisedDataset(tokenizer=tokenizer,
  File "/home/jupyter/LLaVA/llava/train/train.py", line 665, in __init__
    list_data_dict = json.load(open(data_path, "r"))
  File "/opt/conda/envs/llava/lib/python3.10/json/__init__.py", line 293, in load
    return loads(fp.read(),
  File "/opt/conda/envs/llava/lib/python3.10/json/__init__.py", line 346, in loads
    return _default_decoder.decode(s)
  File "/opt/conda/envs/llava/lib/python3.10/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/opt/conda/envs/llava/lib/python3.10/json/decoder.py", line 353, in raw_decode
    obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting ',' delimiter: line 1559608 column 82 (char 39444904)

Screenshots:
You may attach screenshots if it better explains the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant