Skip to content

Commit

Permalink
inference
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-ya committed Sep 29, 2023
1 parent 9aeaa44 commit 626ea7d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/curvy-garlics-invent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'outpostkit': patch
---

Inference streaming
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
export { Inference } from './inference';
export { Comet } from './comet';
export { APIError } from './error';
export * from './utils/inference';
2 changes: 2 additions & 0 deletions src/utils/inference/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from './io';
export * from './vllm-stream';

0 comments on commit 626ea7d

Please sign in to comment.