Spaces:
Runtime error
Runtime error
zetavg
commited on
update
Browse files- app_hf_ui_demo.py +2 -1
app_hf_ui_demo.py
CHANGED
@@ -16,9 +16,10 @@ def main():
|
|
16 |
Global.load_8bit = False
|
17 |
|
18 |
Global.ui_dev_mode = True
|
|
|
19 |
Global.ui_show_sys_info = False
|
20 |
|
21 |
-
Global.ui_subtitle = "This is a UI demo of <a href=\"https://github.com/zetavg/LLaMA-LoRA\" target=\"_blank\">LLaMA-LoRA</a>, toolkit for evaluating and fine-tuning LLaMA models."
|
22 |
|
23 |
os.makedirs(data_dir, exist_ok=True)
|
24 |
init_data_dir()
|
|
|
16 |
Global.load_8bit = False
|
17 |
|
18 |
Global.ui_dev_mode = True
|
19 |
+
Global.ui_dev_mode_title_prefix = ""
|
20 |
Global.ui_show_sys_info = False
|
21 |
|
22 |
+
Global.ui_subtitle = "This is a UI demo of <a href=\"https://github.com/zetavg/LLaMA-LoRA\" target=\"_blank\">LLaMA-LoRA</a>, toolkit for evaluating and fine-tuning LLaMA models. Run the actual one: <a href=\"https://colab.research.google.com/github/zetavg/LLaMA-LoRA/blob/main/LLaMA_LoRA.ipynb\" target=\"_parent\"><img style=\"display: inline;\" src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
|
23 |
|
24 |
os.makedirs(data_dir, exist_ok=True)
|
25 |
init_data_dir()
|