Skip to content

Commit 9627f92

Browse files
committed
fixes
1 parent 68799ec commit 9627f92

21 files changed

+42
-18
lines changed

1b-sentence-embeddings.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Train a Sentence Embedding Model with 1B Training Pairs"
2+
title: Train a Sentence Embedding Model with 1B Training Pairs
3+
thumbnail: /blog/assets/32_1b_sentence_embeddings/model.png
34
authors:
45
- user: asi
56
guest: true

accelerated-inference.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
2-
title: "How we sped up transformer inference 100x for 🤗 API customers"
2+
title: How we sped up transformer inference 100x for 🤗 API customers
33
thumbnail: /blog/assets/09_accelerated_inference/thumbnail.png
4+
authors:
5+
- user: Narsil
46
---
57

68
# How we sped up transformer inference 100x for 🤗 API customers

bert-cpu-scaling-part-2.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Scaling up BERT-like model Inference on modern CPU - Part 2"
2+
title: Scaling up BERT-like model Inference on modern CPU - Part 2
3+
thumbnail: /blog/assets/35_bert_cpu_scaling_part_2/openmp.png
34
authors:
45
- user: echarlaix
56
- user: jeffboudier

community-update.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Introducing Pull Requests and Discussions 🥳
33
thumbnail: /blog/assets/76_community_update/thumbnail.png
4+
authors:
5+
- user: victor
46
---
57

68
# Introducing Pull Requests and Discussions 🥳

debate.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Letting Large Models Debate: The First Multilingual LLM Debate Competition"
2+
title: 'Letting Large Models Debate: The First Multilingual LLM Debate Competition'
33
authors:
44
- user: xuanricheng
55
guest: true
@@ -35,6 +35,7 @@ authors:
3535
org: Huggingface
3636
- user: clefourrier
3737
org: Huggingface
38+
thumbnail: /blog/assets/leaderboards-on-the-hub/thumbnail_flageval.png
3839
---
3940

4041
# Letting Large Models Debate: The First Multilingual LLM Debate Competition

deploy-hugging-face-models-easily-with-amazon-sagemaker.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
2-
title: 'Deploy Hugging Face models easily with Amazon SageMaker'
2+
title: Deploy Hugging Face models easily with Amazon SageMaker
33
thumbnail: /blog/assets/17_the_partnership_amazon_sagemaker_and_hugging_face/thumbnail.png
4+
authors:
5+
- user: philschmid
46
---
57

68
<img src="/blog/assets/17_the_partnership_amazon_sagemaker_and_hugging_face/cover.png" alt="hugging-face-and-aws-logo" class="w-full">

deploy-with-openvino.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ authors:
2020
guest: true
2121
org: Intel
2222
- user: echarlaix
23+
thumbnail: /blog/assets/deploy-with-openvino/openvino_genai_workflow.png
2324
---
2425

2526
# Optimize and deploy models with Optimum-Intel and OpenVINO GenAI

few-shot-learning-gpt-neo-and-inference-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: 'Few-shot learning in practice: GPT-Neo and the 🤗 Accelerated Inference API'
3-
# thumbnail: /blog/assets/22_few_shot_learning_gpt_neo_and_inference_api/thumbnail.png
43
authors:
54
- user: philschmid
5+
thumbnail: /blog/assets/22_few_shot_learning_gpt_neo_and_inference_api/few-shot-prompt.png
66
---
77

88
# Few-shot learning in practice: GPT-Neo and the 🤗 Accelerated Inference API

galore.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "GaLore: Advancing Large Model Training on Consumer-grade Hardware"
2+
title: 'GaLore: Advancing Large Model Training on Consumer-grade Hardware'
33
authors:
44
- user: Titus-von-Koeller
55
- user: jiaweizhao
@@ -13,6 +13,7 @@ authors:
1313
- user: amyeroberts
1414
- user: smangrul
1515
- user: BenjaminB
16+
thumbnail: /blog/assets/galore_introduction/thumbnail.png
1617
---
1718

1819
# GaLore: Advancing Large Model Training on Consumer-grade Hardware

gradient_accumulation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
---
32
title: "Fixing Gradient Accumulation"
43
thumbnail: /blog/assets/gradient_accumulation/gradient_accumulation.png

0 commit comments

Comments
 (0)