Update DEVELOPERS.md

This commit is contained in:
Dan Zheng 2024-02-27 11:32:33 -08:00 committed by GitHub
parent 9cdc9223bc
commit 874deee302
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.