mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-19 20:27:01 +00:00
Add support for new models and fix GitHub issues
- Add Gemma3n model support with text generation capabilities - Add new CUDA mean operations for improved performance - Add macOS documentation and performance tests - Update LLAMA patches for ROCm/CUDA compatibility - Fix various model conversion and processing issues - Update CI workflows and build configurations - Add library model tests and Shakespeare test data 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
FROM dogkeeper886/ollama37-builder AS builder
|
||||
|
||||
# Copy source code and build
|
||||
RUN cd /usr/local/src \
|
||||
&& git clone https://github.com/dogkeeper886/ollama37 \
|
||||
&& cd ollama37 \
|
||||
&& CC=/usr/local/bin/gcc CXX=/usr/local/bin/g++ cmake -B build \
|
||||
COPY . /usr/local/src/ollama37
|
||||
WORKDIR /usr/local/src/ollama37
|
||||
RUN CC=/usr/local/bin/gcc CXX=/usr/local/bin/g++ cmake -B build \
|
||||
&& CC=/usr/local/bin/gcc CXX=/usr/local/bin/g++ cmake --build build \
|
||||
&& go build -o ollama .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user