From 0a5b19a3ed0f1d40c74de31481b3097b604f1337 Mon Sep 17 00:00:00 2001 From: Mohit Sharma Date: Tue, 2 Jul 2024 13:10:26 +0000 Subject: [PATCH] updated doc --- docs/source/basic_tutorials/fp8_kv_cache.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/source/basic_tutorials/fp8_kv_cache.md b/docs/source/basic_tutorials/fp8_kv_cache.md index eff9f6f5..35dad187 100644 --- a/docs/source/basic_tutorials/fp8_kv_cache.md +++ b/docs/source/basic_tutorials/fp8_kv_cache.md @@ -60,8 +60,6 @@ docker run --gpus all --shm-size 64g -p 8080:80 -v $volume:/data \ --kv-cache-dtype fp8 ``` -We strongly suggest referring to the detailed [installation instructions](https://github.com/Dao-AILab/flash-attention?tab=readme-ov-file#installation-and-features) to learn more about supported hardware and data types! -