Skip to content

Tags: NVIDIA-Merlin/systems

Tags

v23.08.00

Toggle v23.08.00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
migrated base runtime to core (#380)

* migrated base runtime to core

* add comments to init file

* change runtime imports

v23.06.00

Toggle v23.06.00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update merlin dependency versions to match 23.06 release (#374)

v23.07.dev0

Toggle v23.07.dev0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
replace num_rows with head (#348)

Co-authored-by: Karl Higley <karlb@nvidia.com>
Co-authored-by: rnyak <16246900+rnyak@users.noreply.github.com>

v23.05.00

Toggle v23.05.00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
minor syntax fixes in integration tests (#351)

v23.04.00

Toggle v23.04.00's commit message
Update feast test dependency from 0.19.4 to 0.18.1

This version doesn't have a dependency on dask and avoids the dask
version conflict with merlin-core

v23.05.dev0

Toggle v23.05.dev0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
working embedding in systems ensemble (#329)

v23.02.00

Toggle v23.02.00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Return the original predicted scores from `SoftmaxSampling` (#290)

* Return the original predicted scores from `SoftmaxSampling`

* Update the output schema of `SoftmaxSampling` to match

* Fix output scores dtype

v0.9.0

Toggle v0.9.0's commit message
adding async tf strategy for gpu memory (#264)

v0.8.0

Toggle v0.8.0's commit message
fix ci test unit script

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Start using the `validate_schemas` hook from `core` (#95)

This just clean up `compute_input_schema` a bit.