zetavg commited on
Commit
e55a664
·
unverified ·
1 Parent(s): 0c97f91

update default branch to main

Browse files
Files changed (1) hide show
  1. LLaMA_LoRA.ipynb +1 -1
LLaMA_LoRA.ipynb CHANGED
@@ -74,7 +74,7 @@
74
  "# @markdown The URL of the LLaMA-LoRA project<br>&nbsp;&nbsp;(default: `https://github.com/zetavg/llama-lora.git`):\n",
75
  "llama_lora_project_url = \"https://github.com/zetavg/llama-lora.git\" # @param {type:\"string\"}\n",
76
  "# @markdown The branch to use for LLaMA-LoRA project:\n",
77
- "llama_lora_project_branch = \"dev-2\" # @param {type:\"string\"}\n",
78
  "\n",
79
  "# # @markdown Forces the local directory to be updated by the remote branch:\n",
80
  "# force_update = True # @param {type:\"boolean\"}\n"
 
74
  "# @markdown The URL of the LLaMA-LoRA project<br>&nbsp;&nbsp;(default: `https://github.com/zetavg/llama-lora.git`):\n",
75
  "llama_lora_project_url = \"https://github.com/zetavg/llama-lora.git\" # @param {type:\"string\"}\n",
76
  "# @markdown The branch to use for LLaMA-LoRA project:\n",
77
+ "llama_lora_project_branch = \"main\" # @param {type:\"string\"}\n",
78
  "\n",
79
  "# # @markdown Forces the local directory to be updated by the remote branch:\n",
80
  "# force_update = True # @param {type:\"boolean\"}\n"