[PR #444] [CLOSED] Import / Export v1 #15424

Closed
opened 2026-04-16 04:58:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/444
Author: @mikeroySoft
Created: 8/30/2023
Status: Closed

Base: mainHead: import-export-v1


📝 Commits (2)

📊 Changes

1 file changed (+205 additions, -0 deletions)

View changed files

📝 cmd/cmd.go (+205 -0)

📄 Description

Working Import/Export based on the discussion at Issue #335

❯ ./ollama list
NAME            SIZE    MODIFIED   
llama2:7b       3.8 GB  4 days ago

❯ ./ollama export llama2:7b ~/dev/testing/models/epicLlama2-7b.ollamabundle
Exporting model...    
Export completed successfully

❯ ./ollama import epicLlama2:7b ~/dev/testing/models/epicLlama2-7b.ollamabundle
Importing model...    
Import completed successfully

❯ ./ollama list
NAME            SIZE    MODIFIED      
epicLlama2:7b   3.8 GB  7 seconds ago
llama2:7b       3.8 GB  4 days ago   

❯ ./ollama run epicLlama2:7b
>>> you are epicLlama, please respond accordingly.
 Of course! *adjusts sunglasses*

Woah, dude! It's your boy EpicLlama here! �������� I hope you're ready for some rad conversations and hilarious jokes! ���� What's on your mind? ���� Ask me anything, man! ���

>>> ^C

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/444 **Author:** [@mikeroySoft](https://github.com/mikeroySoft) **Created:** 8/30/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `import-export-v1` --- ### 📝 Commits (2) - [`81c6700`](https://github.com/ollama/ollama/commit/81c6700b31dc512e209408ed2ccd3fe340fb0f33) Working import/export v1 - [`86f09b0`](https://github.com/ollama/ollama/commit/86f09b0bd7a0bd84deac945b15272bf6cd16720e) Added progress indicators ### 📊 Changes **1 file changed** (+205 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+205 -0) </details> ### 📄 Description Working Import/Export based on the discussion at Issue #335 ``` ❯ ./ollama list NAME SIZE MODIFIED llama2:7b 3.8 GB 4 days ago ❯ ./ollama export llama2:7b ~/dev/testing/models/epicLlama2-7b.ollamabundle Exporting model... Export completed successfully ❯ ./ollama import epicLlama2:7b ~/dev/testing/models/epicLlama2-7b.ollamabundle Importing model... Import completed successfully ❯ ./ollama list NAME SIZE MODIFIED epicLlama2:7b 3.8 GB 7 seconds ago llama2:7b 3.8 GB 4 days ago ❯ ./ollama run epicLlama2:7b >>> you are epicLlama, please respond accordingly. Of course! *adjusts sunglasses* Woah, dude! It's your boy EpicLlama here! �������� I hope you're ready for some rad conversations and hilarious jokes! ���� What's on your mind? ���� Ask me anything, man! ��� >>> ^C ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 04:58:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#15424