Update utils_display.py
Browse files- utils_display.py +2 -1
utils_display.py
CHANGED
@@ -6,6 +6,7 @@ import streamlit as st
|
|
6 |
from example_prompts import EXAMPLE_PROMPTS
|
7 |
|
8 |
HEADER = """
|
|
|
9 |
"""
|
10 |
|
11 |
SIDE_BAR_TEXT = """
|
@@ -25,7 +26,7 @@ This Space is an interactive Space of *PETALS* paper (Submitted in EMNLP 2022) t
|
|
25 |
## What is *PETALS* ?
|
26 |
|
27 |
With the release of BLOOM-176B and OPT-175B, everyone can download pretrained models of this scale. Still, using these models requires supercomputer-grade hardware, which is unavailable to many researchers.
|
28 |
-
PETALS proposes to run BLOOM-176 in a distributed manner. The model is run on multiple computers from different users. Each user can benefit from the large model's inference by checking the official links:
|
29 |
|
30 |
## Generation parameters
|
31 |
|
|
|
6 |
from example_prompts import EXAMPLE_PROMPTS
|
7 |
|
8 |
HEADER = """
|
9 |
+
# The online demo has now migrated to https://petals.ml/ and http://chat.petals.ml/ please refer to these links
|
10 |
"""
|
11 |
|
12 |
SIDE_BAR_TEXT = """
|
|
|
26 |
## What is *PETALS* ?
|
27 |
|
28 |
With the release of BLOOM-176B and OPT-175B, everyone can download pretrained models of this scale. Still, using these models requires supercomputer-grade hardware, which is unavailable to many researchers.
|
29 |
+
PETALS proposes to run BLOOM-176 in a distributed manner. The model is run on multiple computers from different users. Each user can benefit from the large model's inference by checking the official links: [petals](https://petals.ml/) | [chat-petals](http://chat.petals.ml/)
|
30 |
|
31 |
## Generation parameters
|
32 |
|