dreilly commited on
Commit
1a601cf
·
verified ·
1 Parent(s): 1bf1281

Absolute -> relative path

Browse files
viscop_qwen2.5_7b_viscop-lora_egocentric-expert/config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_attn_implementation_autoset": true,
3
- "_name_or_path": "/home/dreilly1/Projects/VisCoP/base_vlm/videollama3-image_7b_local",
4
  "architectures": [
5
  "Videollama3Qwen2ForCausalLM"
6
  ],
 
1
  {
2
  "_attn_implementation_autoset": true,
3
+ "_name_or_path": "./base_vlm/videollama3-image_7b_local/",
4
  "architectures": [
5
  "Videollama3Qwen2ForCausalLM"
6
  ],