There was an error while loading. Please reload this page.
2 parents 61eff45 + 9b68b22 commit 84fbd3aCopy full SHA for 84fbd3a
1 file changed
README.md
@@ -23,14 +23,21 @@ AMS requires a GPU for standard operation. Scan times of 10–40 seconds quoted
23
24
## Quick Start
25
26
+You can install the AMS Scanner directly from PyPI, or clone the repository to install it from source:
27
+
28
```bash
-# Clone the repository
29
+# Install from PyPI with CLI tools
30
+pip install "ams-scanner[cli]"
31
32
+# Or clone and install from source
33
git clone https://github.com/GoogleCloudPlatform/activation-model-scanner.git
34
cd activation-model-scanner
-
-# Install locally
35
pip install -e ".[cli]"
36
+```
37
38
+### Usage Examples
39
40
+```bash
41
# Scan an ungated model (no authentication required)
42
ams scan google/gemma-2-2b-it
43
0 commit comments