Spaces:
Runtime error
Runtime error
zetavg
commited on
update default branch to main
Browse files- LLaMA_LoRA.ipynb +1 -1
LLaMA_LoRA.ipynb
CHANGED
@@ -74,7 +74,7 @@
|
|
74 |
"# @markdown The URL of the LLaMA-LoRA project<br> (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 = \"
|
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> (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"
|