Skip to content

Commit

Permalink
upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
ParisNeo committed Sep 16, 2023
1 parent e708fa7 commit 1c01e20
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 25 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
__copyright__ = "Copyright 2023, "
__license__ = "Apache 2.0"

__version__ ="6.5(RC1)"
__version__ ="6.5(RC2)"

main_repo = "https://github.com/ParisNeo/lollms-webui.git"
import os
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions web/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LoLLMS WebUI - Welcome</title>
<script type="module" crossorigin src="/assets/index-cdd3bd9d.js"></script>
<link rel="stylesheet" href="/assets/index-4c87e570.css">
<script type="module" crossorigin src="/assets/index-2b03e0dc.js"></script>
<link rel="stylesheet" href="/assets/index-28058b38.css">
</head>
<body>
<div id="app"></div>
Expand Down
1 change: 1 addition & 0 deletions web/src/views/SettingsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1218,6 +1218,7 @@
<!-- Pass the radio options as a prop -->
<RadioOptions :radioOptions="sortOptions" @radio-selected="handleRadioSelected" />
</div>
<a href="https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard" target="_blank" class="mb-4 font-bold underline text-blue-500 pb-4">Hugging face Leaderboard</a>
<div v-if="searchModel">
<div v-if="modelsFiltered.length > 0" class="mb-2">
<label for="model" class="block ml-2 mb-2 text-sm font-medium text-gray-900 dark:text-white">
Expand Down

0 comments on commit 1c01e20

Please sign in to comment.