gitarsenal-cli 1.9.48 → 1.9.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.venv_status.json CHANGED
@@ -1 +1 @@
1
- {"created":"2025-08-11T19:20:53.764Z","packages":["modal","gitingest","requests","anthropic"],"uv_version":"uv 0.8.4 (Homebrew 2025-07-30)"}
1
+ {"created":"2025-08-11T19:26:14.584Z","packages":["modal","gitingest","requests","anthropic"],"uv_version":"uv 0.8.4 (Homebrew 2025-07-30)"}
package/bin/gitarsenal.js CHANGED
@@ -859,8 +859,8 @@ async function runContainerCommand(options) {
859
859
  { name: 'T4 (16GB VRAM)', value: 'T4' },
860
860
  { name: 'L4 (24GB VRAM)', value: 'L4' },
861
861
  { name: 'A10G (24GB VRAM)', value: 'A10G' },
862
- { name: 'A100-40 (40GB VRAM)', value: 'A100-40' },
863
- { name: 'A100-80 (80GB VRAM)', value: 'A100-80' },
862
+ { name: 'A100-40 (40GB VRAM)', value: 'A100-40GB' },
863
+ { name: 'A100-80 (80GB VRAM)', value: 'A100-80GB' },
864
864
  { name: 'L40S (48GB VRAM)', value: 'L40S' },
865
865
  { name: 'H100 (80GB VRAM)', value: 'H100' },
866
866
  { name: 'H200 (141GB VRAM)', value: 'H200' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gitarsenal-cli",
3
- "version": "1.9.48",
3
+ "version": "1.9.49",
4
4
  "description": "CLI tool for creating Modal sandboxes with GitHub repositories",
5
5
  "main": "index.js",
6
6
  "bin": {