Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ multiple plausible model configurations rather than relying on a single point es
Thus providing a coherent framework for detecting [**out of distribution**](https://github.com/normal-computing/posteriors/tree/main/examples/yelp)
inputs and [**continual learning**](https://github.com/normal-computing/posteriors/tree/main/examples/continual_lora).

For more info on the utility of UQ, check out our [blog post introducing `posteriors`](https://blog.normalcomputing.ai/)!
For more info on the utility of UQ, check out our [blog post introducing `posteriors`]([https://blog.normalcomputing.com/](https://www.normalcomputing.com/blog/posteriors-normal-computings-library-for-uncertainty-aware-llms-3))!


## Quick Start
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
requires-python =">=3.9"
license = {text = "Apache-2.0"}
authors = [
{name = "Sam Duffield", email = "sam@normalcomputing.ai"},
{name = "Sam Duffield", email = "sam@normalcomputing.com"},
]
keywords = ["pytorch", "uncertainty"]
classifiers = [
Expand Down