Skip to content

Commit e08be8f

Browse files
committed
stamp(ai): adding reference to tests folder
1 parent 4af6985 commit e08be8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/ai/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ console.log(last_hidden_state);
5151

5252
### Third party libs
5353

54-
Originaly this backend was created to implicit integrate with [transformers.js](https://github.com/huggingface/transformers.js/). This way users can still consuming a high-level lib at same time they benefits of all Supabase's Model Execution Engine features, like model optimization and caching. For further information please check the [PR #436](https://github.com/supabase/edge-runtime/pull/436)
54+
Originaly this backend was created to implicit integrate with [transformers.js](https://github.com/huggingface/transformers.js/). This way users can still consuming a high-level lib at same time they benefits of all Supabase's Model Execution Engine features, like model optimization and caching.
55+
For further information please check the [PR #436](https://github.com/supabase/edge-runtime/pull/436) as well the [tests folder](/crates/base/test_cases/ai-ort-rust-backend/transformers-js)
5556

5657
> [!WARNING]
5758
> At this moment users need to explicit target `device: 'auto'` to enable the platform compatibility.

0 commit comments

Comments
 (0)