Molbap HF Staff commited on
Commit
2cada60
·
1 Parent(s): 909948e

last touches

Browse files
app/dist/index.html CHANGED
The diff for this file is too large to render. See raw diff
 
app/dist/index.html.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:37ea57936a220876b21506e54a0fd9b034c0a8f35cd65c3a062de0f2d65a576d
3
- size 63568
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32a6ba4be66d4b9424a952b557d1564e5adf5d7a6d2c70927200c1d3bfb7b86f
3
+ size 64076
app/src/content/article.mdx CHANGED
@@ -21,9 +21,7 @@ affiliations:
21
  published: "October 2, 2025"
22
  tags: [transformers, engineering, design-philosophy]
23
  tableOfContentsAutoCollapse: true
24
- acknowledgements: "Special thanks to all the reviewers on this! <a href='https://huggingface.co/reach-vb '>Vaibhav Srivastav</a>, <a href='https://huggingface.co/cyrilvallez '>Cyril Vallez</a>, <a href='https://huggingface.co/yonigozlan'>Yoni Gozlan</a> also for his excellent work on fast image processors, <a href='https://huggingface.co/ArthurZ'>Arthur Zucker</a> for his guidance, and of course the wonderful <a href='https://huggingface.co/tfrere'>Thibaud Frere</a> for designing this template and helping me out with it!
25
-
26
- Most importantly: thanks to the entire Open-Source community, sincerely."
27
  ---
28
 
29
  import HtmlEmbed from "../components/HtmlEmbed.astro";
@@ -209,7 +207,8 @@ class GlmForCausalLM(LlamaForCausalLM):
209
  pass
210
  ```
211
  </div>
212
- <div style="overflow-y: auto;">
 
213
  #### modeling_glm.py (auto-expanded)
214
 
215
  ```python
 
21
  published: "October 2, 2025"
22
  tags: [transformers, engineering, design-philosophy]
23
  tableOfContentsAutoCollapse: true
24
+ acknowledgements: "Special thanks to all the reviewers on this! <a href='https://huggingface.co/reach-vb '>Vaibhav Srivastav</a>, <a href='https://huggingface.co/cyrilvallez '>Cyril Vallez</a>, <a href='https://huggingface.co/yonigozlan'>Yoni Gozlan</a> also for his excellent work on fast image processors, <a href='https://huggingface.co/ArthurZ'>Arthur Zucker</a> for his guidance, and of course the wonderful <a href='https://huggingface.co/tfrere'>Thibaud Frere</a> for designing this template and helping me out with it!<br><br>Most importantly: thanks to the entire Open-Source community, sincerely."
 
 
25
  ---
26
 
27
  import HtmlEmbed from "../components/HtmlEmbed.astro";
 
207
  pass
208
  ```
209
  </div>
210
+ <div style="max-height: 400px; overflow-y: auto !important; overflow-x: hidden;">
211
+
212
  #### modeling_glm.py (auto-expanded)
213
 
214
  ```python