ybelkada HF staff commited on
Commit
5f327c4
1 Parent(s): 0ee5d5e

Update utils_display.py

Browse files
Files changed (1) hide show
  1. utils_display.py +0 -2
utils_display.py CHANGED
@@ -28,8 +28,6 @@ This Space is an interactive Space of *PETALS* paper that aims to run BLOOM-176
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
-
33
 
34
  """
35
 
 
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
 
32
  """
33