Badges
Activity
Ratings Progression
Challenge Categories
Challenges Entered
Improve RAG with Real-World Benchmarks
Latest submissions
Testing RAG Systems with Limited Web Pages
Latest submissions
Participant | Rating |
---|
Participant | Rating |
---|
Meta Comprehensive RAG Benchmark: KDD Cup 2-9d1937
Issues about submission LFS file issues
8 months agoDuring our last submission, we successfully go throught the docker building process. And thereβs an error during the inference stage when we are attempting to load the large model:
File β/src/models/dummy_model.pyβ, line 86, in init
File β/src/models/dummy_model.pyβ, line 86, in init
self.m = LlamaForCausalLM.from_pretrained(model, device_map="balanced", self.m = LlamaForCausalLM.from_pretrained(model, device_map="balanced",
File β/home/aicrowd/.conda/lib/python3.8/site-packages/transformers/modeling_utils.pyβ, line 3531, in from_pretrained
File β/home/aicrowd/.conda/lib/python3.8/site-packages/transformers/modeling_utils.pyβ, line 3531, in from_pretrained
) = cls._load_pretrained_model( ) = cls._load_pretrained_model(
File β/home/aicrowd/.conda/lib/python3.8/site-packages/transformers/modeling_utils.pyβ, line 3938, in _load_pretrained_model
File β/home/aicrowd/.conda/lib/python3.8/site-packages/transformers/modeling_utils.pyβ, line 3938, in _load_pretrained_model
state_dict = load_state_dict(shard_file, is_quantized=is_quantized) state_dict = load_state_dict(shard_file, is_quantized=is_quantized)
File β/home/aicrowd/.conda/lib/python3.8/site-packages/transformers/modeling_utils.pyβ, line 542, in load_state_dict
File β/home/aicrowd/.conda/lib/python3.8/site-packages/transformers/modeling_utils.pyβ, line 542, in load_state_dict
raise OSError( raise OSError(
OSError: You seem to have cloned a repository without having git-lfs installed. Please install git-lfs and run
git lfs install
followed bygit lfs pull
in the folder you cloned.OSError: You seem to have cloned a repository without having git-lfs installed. Please install git-lfs and run
git lfs install
followed bygit lfs pull
in the folder you cloned.
In the website page of our repository, the model files are correctly uploaded with an LFS tag on the left hand. The log message suggest installing git-lfs. So we made another try.
We add βgit-lfsβ in the original βapt.txtβ, but this time, it doesnβt go through the docker buiding stage.
How can I fix this issue?
Another question is that: whatβs the submission number limitations now. Is it 6 times a week, and does that include a failure submission?
π¨ IMP: Phase 2 Announcement
7 months agowhat does api update mean, is the test environment updated to the new api?