-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'pc/docs' of https://github.com/Blaizzy/fastmlx into pc/…
…docs
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,30 @@ | ||
# Changelog | ||
|
||
## [v0.1.0] - 11 July 2024 | ||
|
||
|
||
**What's Changed** | ||
|
||
- Add support for token streaming and custom CORS by [@Blaizzy](https://github.com/Blaizzy) | ||
- Add support for Parallel calls by [@Blaizzy](https://github.com/Blaizzy) | ||
- Add Parallel calls usage by [@Blaizzy](https://github.com/Blaizzy) | ||
|
||
**Fixes :** | ||
|
||
- Cross origin Support [#2](https://github.com/Blaizzy/fastmlx/issues/2) | ||
- Max tokens not overriding [#5](https://github.com/Blaizzy/fastmlx/issues/5) | ||
|
||
## [v0.0.1] - 09 July 2024 | ||
|
||
|
||
**What's Changed** | ||
|
||
- Setup FastMLX by [@Blaizzy](https://github.com/Blaizzy) | ||
- Add support for VLMs by [@Blaizzy](https://github.com/Blaizzy) | ||
- Add support for LMs by by [@Blaizzy](https://github.com/Blaizzy) | ||
|
||
**New Contributors** | ||
|
||
- [@Blaizzy](https://github.com/Blaizzy) made their first contribution in [https://github.com/Blaizzy/fastmlx/pull/1](https://github.com/Blaizzy/fastmlx/pull/1) | ||
|
||
|