config file error

Open
#1 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
42/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Quiet
Tech stack
python

Research direction

Start with the ViT-L-14.json configuration shown in the issue and trace where its llm_dir value is read. Determine the expected portable path or configuration behavior, then verify that the model setup no longer depends on the reported local path.

Written by the indexing model from the issue text.

Description

ViT-L-14.json, the llm_dir is a local path
{
"llm_name": "llama_cc",
"llm_dir": "/data/xiaoxinghhh/code/ProCLIP/checkpoints/llama_cc",
"embed_dim": 768,
"vision_cfg": {
"image_size": 224,
"layers": 24,
"width": 1024,
"patch_size": 14
},
"text_cfg": {
"use_embedding": true,
"context_length": 77,
"vocab_size": 49408,
"width": 768,
"heads": 12,
"layers": 12
}
}

Dominant language
Python
Stars
27
Forks
2
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.