Skip to content

Conversation

@Raakshass
Copy link

Description

The current setup_ollama.sh script utilizes Bash commands incompatible with standard Windows PowerShell environments. This creates a barrier for Windows-based contributors attempting to set up the local Ollama MIE model.

This PR introduces setup_ollama.ps1, a native PowerShell equivalent that:

  1. Checks for the Ollama service status.
  2. Creates the mie-expert model using the existing Modelfile.
  3. Performs a verification test to ensure the model responds correctly.

Testing

  • Environment: Windows 11, PowerShell 7 / VS Code Terminal.
  • Verification: Ran the script successfully. The model was created, and the test payload returned a valid JSON response with classification: "MIE" (screenshot available upon request).

Related Issue

Addresses the cross-platform compatibility gap in the MIE Classifier setup instructions.

@rawatkhushbu
Copy link

Is there a good-first-issue I can help with?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants