Skip to content

Commit

Permalink
refactor: new inference server
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Nov 26, 2024
1 parent e65ecab commit 6e8e4e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ https://tinfoilanalytics.github.io/verifier/

```bash
go run cmd/main.go \
-attestation https://inference-demo.tinfoil.sh/.well-known/nitro-attestation \
-attestation https://inference.tinfoil.sh/.well-known/nitro-attestation \
-repo tinfoilanalytics/nitro-private-inference-image \
-digest c6a7de8bd85b58d958a64ee244453fa49165fa35864c8a5af333ee65b922cc8d
-digest 6d87ba0d92af58c1d740b8aa7d2c3521d8cff96a520502a8b748c3a744ae015f
```
4 changes: 2 additions & 2 deletions wasm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ <h1 class="text-2xl font-bold">Tinfoil Verifier</h1>
id="digest"
class="border border-gray-200 p-2 w-full"
type="text"
value="c6a7de8bd85b58d958a64ee244453fa49165fa35864c8a5af333ee65b922cc8d">
value="6d87ba0d92af58c1d740b8aa7d2c3521d8cff96a520502a8b748c3a744ae015f">
</div>
<div class="w-[20%]">
<p class="text-gray-600 mb-2">URL:</p>
<input
id="domain"
class="border border-gray-200 p-2 w-full"
type="text"
value="inference-demo.tinfoil.sh">
value="inference.tinfoil.sh">
</div>
<div class="w-[30%]">
<p class="text-gray-600 mb-2">Repo:</p>
Expand Down

0 comments on commit 6e8e4e0

Please sign in to comment.