Update.
This commit is contained in:
		
							parent
							
								
									598cf35886
								
							
						
					
					
						commit
						97c52a4615
					
				| @ -6,12 +6,15 @@ | |||||||
| # Install Ollama. | # Install Ollama. | ||||||
| curl -fsSL https://ollama.com/install.sh | sh | curl -fsSL https://ollama.com/install.sh | sh | ||||||
| 
 | 
 | ||||||
| # Your model. |  | ||||||
| ollama pull qwen2.5-coder:14b |  | ||||||
| 
 |  | ||||||
| # Start Ollama on the background. | # Start Ollama on the background. | ||||||
| nohup ollama serve > ollama.log 2>&1 & | nohup ollama serve > ollama.log 2>&1 & | ||||||
| 
 | 
 | ||||||
|  | # Wait a second. | ||||||
|  | sleep 2 | ||||||
|  | 
 | ||||||
|  | # Your model. | ||||||
|  | ollama pull qwen2.5-coder:14b | ||||||
|  | 
 | ||||||
| # Install the ollama molodetz client to publish your model to uberlama. | # Install the ollama molodetz client to publish your model to uberlama. | ||||||
| pip install aiohttp | pip install aiohttp | ||||||
| wget https://retoor.molodetz.nl/retoor/uberlama/raw/branch/main/client.py | wget https://retoor.molodetz.nl/retoor/uberlama/raw/branch/main/client.py | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user