Phoebe Goldman

Results 57 issues of Phoebe Goldman

- Fix whatever's going on with the glibc version. - Ensure that it contains whatever SSL packages are necessary to avoid #2482 .

# Bounty: Enable & Validate `mistralai/Ministral-8B-Instruct-2410` on Tenstorrent Hardware ## Description This bounty involves enabling and validating `mistralai/Ministral-8B-Instruct-2410` on Tenstorrent’s hardware. The goal is to ensure that `mistralai/Ministral-8B-Instruct-2410` compiles, runs...

Currently, the UX of restricted index key types is pretty poor. You don't get a compile-time error when creating the index, you just don't have access to the filtering methods....

In the C# client SDK, it should be possible to spacetime generate bindings for a module with an index whose types are not filterable. The resulting bindings should compile and...

In the TypeScript client SDK, it should be possible to `spacetime generate` bindings for a module with an index whose types are not filterable. The resulting bindings should compile and...

In the Rust client SDK, it should be possible to `spacetime generate` bindings for a module with an index whose types are not filterable. The resulting bindings should compile and...

In the C# module bindings library, it should be a hard compile-time error to declare a BTree, unique or primary_key index on (a) column(s) whose type(s) is/are not "filterable," i.e....

In the Rust module bindings library, it should be a hard compile-time error to declare a BTree, unique or primary_key index on (a) column(s) which do(es) not implement `FilterableValue`.

# Description of Changes Fixes #2577 . Adds a new method to `HostController`, `check_module_validity`. This method instantiates and inits a short-lived module, which will catch various errors that normally would...

release-1.1

Per @bfops report: > 1. Try publishing a module with a broken client visibility filter, get an error: > ``` > Build finished successfully. > Uploading to local => http://127.0.0.1:3000...