Spaces:
Runtime error
Runtime error
matt HOFFNER
commited on
Commit
Β·
d072c37
1
Parent(s):
a5b50e3
cleanup
Browse files
src/components/Loader.jsx
CHANGED
@@ -44,12 +44,6 @@ const Loader = () => {
|
|
44 |
<p className="p-1">
|
45 |
Powered by Apache TVM and MLC Relax Runtime.
|
46 |
</p>
|
47 |
-
<p className="p-1">
|
48 |
-
Large language model is <a href="https://www.together.xyz/blog/redpajama-3b-updates">RedPajama-INCITE-3B</a>
|
49 |
-
</p>
|
50 |
-
<p className="p-1">
|
51 |
-
Embeddings are from<a href="https://github.com/xenova/transformers.js">transformers.js</a>
|
52 |
-
</p>
|
53 |
</div>
|
54 |
<div>
|
55 |
This will download the model and may take a few minutes. After the
|
|
|
44 |
<p className="p-1">
|
45 |
Powered by Apache TVM and MLC Relax Runtime.
|
46 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
</div>
|
48 |
<div>
|
49 |
This will download the model and may take a few minutes. After the
|