From 874deee3028716aa5c89c6e8d903fb10904ef1dc Mon Sep 17 00:00:00 2001 From: Dan Zheng Date: Tue, 27 Feb 2024 11:32:33 -0800 Subject: [PATCH] Update DEVELOPERS.md --- DEVELOPERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPERS.md b/DEVELOPERS.md index 7aad9d8..557670a 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -73,7 +73,7 @@ The implementation code is roughly split into 4 layers, from high to low level: Besides these layers, supporting utilities are: -- `compression/` - model compression operations. the 8-bit switched floating +- `compression/` - model compression operations. The 8-bit switched floating point model conversion is here. - `util/` - command line argument handling and any other utilities.