-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating docs to use the sigstore repo instead of google (#180)
Signed-off-by: greg pereira <[email protected]>
- Loading branch information
1 parent
4a53078
commit 087b386
Showing
5 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ After this, you can clone the repository, create a Python virtual environment | |
and install the dependencies needed by the project: | ||
|
||
```bash | ||
git clone [email protected]:google/model-transparency.git | ||
git clone [email protected]:sigstore/model-transparency.git | ||
cd model-transparency/model_signing | ||
python3 -m venv test_env | ||
source test_env/bin/activate | ||
|
@@ -182,7 +182,7 @@ Ensure you have enough disk space: | |
To run the benchmarks: | ||
|
||
```bash | ||
git clone [email protected]:google/model-transparency.git | ||
git clone [email protected]:sigstore/model-transparency.git | ||
cd model-transparency/model_signing | ||
bash benchmarks/run.sh https://accounts.google.com [email protected] [true] | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters