From 3d1c518826c28fa927c4e4fd4f8320289cbf7639 Mon Sep 17 00:00:00 2001 From: Tom Edwards <49121269+tomatillos@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:52:23 +0000 Subject: [PATCH] add streaming-llm (#106) --- compilers/streaming-llm.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 compilers/streaming-llm.yaml diff --git a/compilers/streaming-llm.yaml b/compilers/streaming-llm.yaml new file mode 100644 index 0000000..4118df6 --- /dev/null +++ b/compilers/streaming-llm.yaml @@ -0,0 +1,14 @@ +streaming-llm: + name: "streaming-llm" + + image_url: streaming-llm.png + + tags: + - compilers + - framework + - inference-optimizer + - mit + + temperature: hot + + url: https://github.com/mit-han-lab/streaming-llm