From 27d669210f5a2e6255bddae8f50a6c00e06a825f Mon Sep 17 00:00:00 2001 From: Ruonan Wang Date: Tue, 25 Mar 2025 15:48:48 +0800 Subject: [PATCH] remove fschat in EAGLE example (#13005) * update fschat version * fix --- .../llm/example/CPU/Speculative-Decoding/EAGLE/requirements.txt | 1 - .../llm/example/GPU/Speculative-Decoding/EAGLE/requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/python/llm/example/CPU/Speculative-Decoding/EAGLE/requirements.txt b/python/llm/example/CPU/Speculative-Decoding/EAGLE/requirements.txt index c3dd8677..03acf7fc 100755 --- a/python/llm/example/CPU/Speculative-Decoding/EAGLE/requirements.txt +++ b/python/llm/example/CPU/Speculative-Decoding/EAGLE/requirements.txt @@ -1,4 +1,3 @@ -fschat==0.2.31 openai==0.28.0 anthropic==0.5.0 wandb diff --git a/python/llm/example/GPU/Speculative-Decoding/EAGLE/requirements.txt b/python/llm/example/GPU/Speculative-Decoding/EAGLE/requirements.txt index 81353a5c..03acf7fc 100755 --- a/python/llm/example/GPU/Speculative-Decoding/EAGLE/requirements.txt +++ b/python/llm/example/GPU/Speculative-Decoding/EAGLE/requirements.txt @@ -1,4 +1,3 @@ -fschat==0.2.31 openai==0.28.0 anthropic==0.5.0 wandb