From 736ec4af98566f905580ee6d6388013698e22467 Mon Sep 17 00:00:00 2001 From: Harikrishna Srinivasan Date: Thu, 30 Jan 2025 21:08:16 +0530 Subject: [PATCH] Issue #456: Fixed Removed (probably) unintended double asterisks (**) from the end of (Note): Hugging Face's Transformers has not been directly supported yet.** --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ecf87e..38c17ea 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ python fp8_cast_bf16.py --input-fp8-hf-path /path/to/fp8_weights --output-bf16-h ``` > [!NOTE] -> Hugging Face's Transformers has not been directly supported yet.** +> Hugging Face's Transformers has not been directly supported yet. ### 6.1 Inference with DeepSeek-Infer Demo (example only)