diff --git a/docs/getting_started.md b/docs/getting_started.md index 9440252..6057a59 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index a852dac..f8499ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [