Skip to content

Commit

Permalink
inspect test
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Engel <[email protected]>
  • Loading branch information
engelmi committed Feb 10, 2025
1 parent b0d2bb7 commit 6020466
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/system/100-inspect.bats
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env bats

load helpers
load helpers.registry
load setup_suite

# bats test_tags=distro-integration
@test "ramalama inspect GGUF model" {
run_ramalama inspect hf://afrideva/Tiny-Vicuna-1B-GGUF/tiny-vicuna-1b.q2_k.gguf
}

# vim: filetype=sh

0 comments on commit 6020466

Please sign in to comment.