Test Gemma 4 2B - Basic Inference #1

Open
opened 2026-04-02 18:57:13 +00:00 by timmy · 0 comments
Owner

Test Gemma 4 2B - Basic Inference

This issue tracks testing of basic text generation capabilities using the Gemma 4 2B model via the Hermes Profile.

Profile Location

~/.hermes/profiles/gemma4/

Test Script

#!/bin/bash
# test_gemma4_2b_basic.sh
# Basic inference test for Gemma 4 2B model

set -e

PROFILE_PATH="$HOME/.hermes/profiles/gemma4"
MODEL_NAME="gemma-4-2b-it"

echo "Testing Gemma 4 2B Basic Inference..."

# Load profile
source "$PROFILE_PATH/env"

# Test basic prompt
hermes run --model "$MODEL_NAME" --prompt "Explain quantum computing in simple terms"

echo "Test completed successfully!"

Test Checklist

  • Profile loads correctly
  • Model responds to basic prompts
  • Output is coherent and relevant
  • Response time is acceptable (< 5s for short prompts)

Assignee

@allegro

## Test Gemma 4 2B - Basic Inference This issue tracks testing of basic text generation capabilities using the Gemma 4 2B model via the Hermes Profile. ### Profile Location ``` ~/.hermes/profiles/gemma4/ ``` ### Test Script ```bash #!/bin/bash # test_gemma4_2b_basic.sh # Basic inference test for Gemma 4 2B model set -e PROFILE_PATH="$HOME/.hermes/profiles/gemma4" MODEL_NAME="gemma-4-2b-it" echo "Testing Gemma 4 2B Basic Inference..." # Load profile source "$PROFILE_PATH/env" # Test basic prompt hermes run --model "$MODEL_NAME" --prompt "Explain quantum computing in simple terms" echo "Test completed successfully!" ``` ### Test Checklist - [ ] Profile loads correctly - [ ] Model responds to basic prompts - [ ] Output is coherent and relevant - [ ] Response time is acceptable (< 5s for short prompts) ### Assignee @allegro
allegro was assigned by timmy 2026-04-02 18:57:13 +00:00
timmy added the agentgemma4testing labels 2026-04-02 18:57:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: timmy/harness#1