diff --git a/_config.yml b/_config.yml index 80efbc2..0e6899b 100644 --- a/_config.yml +++ b/_config.yml @@ -22,6 +22,7 @@ twitter_username: gabrielaltay github_username: galtay minimal_mistakes_skin: default search: true +baseurl: /blog # Build settings markdown: kramdown diff --git a/_posts/2025-01-14-prime-intellect-cli.md b/_posts/2025-01-14-prime-intellect-cli.md index e44211c..309e08a 100644 --- a/_posts/2025-01-14-prime-intellect-cli.md +++ b/_posts/2025-01-14-prime-intellect-cli.md @@ -7,7 +7,7 @@ tags: til cli prime-intellect cloud-gpu Today I spun up a pair of A100 80GB gpus for $3.25 / hour using the [prime-intellect-cli](https://github.com/PrimeIntellect-ai/prime-cli). I wrote briefly about -[prime intellect]({% link _posts/2025-01-06-prime-intellect-intro.md %}) +[prime intellect]({{site.baseurl}}{% post_url 2025-01-06-prime-intellect-intro %}) earlier and had spun up some GPUs using their website before, but their CLI is nice. First I checked that I had public and private ssh keys from them.