Skip to content

Commit

Permalink
change some items
Browse files Browse the repository at this point in the history
  • Loading branch information
Alannikos committed Jan 10, 2025
1 parent 6a36af2 commit 4e0d549
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demos/chatglm_demo_v0_1_0.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
" system_prompt=system_prompt,\n",
" user_prompt=user_prompt,\n",
" num_samples=num_samples,\n",
" question_path=\"/home/alannikos/Project_Repository/edg4llm_workplace/edg4llm_local/demos/question.json\"\n",
" question_path=\"./question.json\"\n",
")"
]
},
Expand Down
2 changes: 1 addition & 1 deletion demos/deepseek_demo_v0_1_0.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
" system_prompt=system_prompt,\n",
" user_prompt=user_prompt,\n",
" num_samples=num_samples,\n",
" question_path=\"/home/alannikos/Project_Repository/edg4llm_workplace/edg4llm_local/demos/question.json\"\n",
" question_path=\"./question.json\"\n",
")"
]
}
Expand Down
2 changes: 1 addition & 1 deletion demos/internlm_demo_v0_1_0.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
" system_prompt=system_prompt,\n",
" user_prompt=user_prompt,\n",
" num_samples=num_samples,\n",
" question_path=\"/home/alannikos/Project_Repository/edg4llm_workplace/edg4llm_local/demos/question.json\"\n",
" question_path=\"./question.json\"\n",
")"
]
},
Expand Down

0 comments on commit 4e0d549

Please sign in to comment.