Skip to content

Conversation

@shalinib-ibm
Copy link
Contributor

@shalinib-ibm shalinib-ibm commented Dec 23, 2025

Add build script for latest ollama version v0.13.5

Checklist

  • Have you checked and followed all the points mention in the CONTRIBUTING.MD
  • Have you validated script on UBI 9 container
  • Did you run the script(s) on fresh container with set -e option enabled and observe success ?
  • Did you have Legal approvals for patch files ?

@shalinib-ibm shalinib-ibm changed the title Create ollama_v0.13.5_ubi_9.6.sh Add build script for latest ollama v0.13.5 in build-scripts Dec 23, 2025
@shubham-dayma-ibm shubham-dayma-ibm merged commit 3535cf3 into ppc64le:master Jan 5, 2026
1 check passed
@ALutz273
Copy link

ALutz273 commented Jan 5, 2026

Hello @shalinib-ibm

I think your work is very good and can only support it.

Have you ever run a model with ollama?
I always get this error message with all models:

# ollama run granite3.3:latest
Error: inappropriate ioctl for device

@shalinib-ibm
Copy link
Contributor Author

Hello @shalinib-ibm

I think your work is very good and can only support it.

Have you ever run a model with ollama? I always get this error message with all models:

# ollama run granite3.3:latest
Error: inappropriate ioctl for device

Hi @ALutz273 Thank you ! This error is not model related. It's stdin issue with how ollama run interacts with terminal.
Please run the model by giving prompt like below:
ollama run granite3.3:latest <<< "Explain AI in 50 words."

@ALutz273
Copy link

ALutz273 commented Jan 7, 2026

Hallo @shalinib-ibm

Thank you very much for pointing that out.
I have now tested it on Power10 & Power11 and it works very well.
Is there a chance of integrating it into Ollama's official Github?

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.

4 participants