Instructions to use ManfredAabye/OpenSim with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use ManfredAabye/OpenSim with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="ManfredAabye/OpenSim", filename="nomic-embed-text-v1.5.f16.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use ManfredAabye/OpenSim with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf ManfredAabye/OpenSim:F16 # Run inference directly in the terminal: llama cli -hf ManfredAabye/OpenSim:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf ManfredAabye/OpenSim:F16 # Run inference directly in the terminal: llama cli -hf ManfredAabye/OpenSim:F16
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf ManfredAabye/OpenSim:F16 # Run inference directly in the terminal: ./llama-cli -hf ManfredAabye/OpenSim:F16
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf ManfredAabye/OpenSim:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf ManfredAabye/OpenSim:F16
Use Docker
docker model run hf.co/ManfredAabye/OpenSim:F16
- LM Studio
- Jan
- Ollama
How to use ManfredAabye/OpenSim with Ollama:
ollama run hf.co/ManfredAabye/OpenSim:F16
- Unsloth Studio
How to use ManfredAabye/OpenSim with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for ManfredAabye/OpenSim to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for ManfredAabye/OpenSim to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for ManfredAabye/OpenSim to start chatting
- Atomic Chat new
- Docker Model Runner
How to use ManfredAabye/OpenSim with Docker Model Runner:
docker model run hf.co/ManfredAabye/OpenSim:F16
- Lemonade
How to use ManfredAabye/OpenSim with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull ManfredAabye/OpenSim:F16
Run and chat with the model
lemonade run user.OpenSim-F16
List all available models
lemonade list
File size: 1,701 Bytes
c5c6df0 0722b32 c5c6df0 5a2c18e ee43102 6065bb9 a09414a ee43102 a09414a ee43102 a09414a ee43102 a09414a ee43102 a09414a ee43102 a09414a ee43102 a09414a ee43102 a09414a ee43102 a09414a ee43102 a09414a ee43102 a09414a ee43102 a09414a ee43102 a09414a ee43102 364392a a09414a ee43102 a09414a ee43102 a09414a ee43102 a09414a d333fd8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | ---
license: mit
language:
- en
- de
- fr
- es
- zh
tags:
- Coder
- OpenSim
- OpenSimulator
- OpenSim-Coder
- OpenSimulator-Coder
---
# AI Datasets for OpenSimulator.
Add nomic-embed-text-v1.5.f16.gguf to your Llama 3.1 Instruct 128k.
# Translate:
English, German, French, Spanish, Chinese
# Languages:
Bash, Shell, Batch, PowerShell, CSharp, Cpp, CMake, Python, Git, mySQL, SQLite, MariaDB, Linden-Script-Language, OpenSim-Scripting-Language.
# Source:
LibOpenMetaverse - https://github.com/opensim/libopenmetaverse
OpenSim-Libs - https://github.com/opensim/opensim-libs
OpenSimulator - https://github.com/opensim/opensim
# OpenSim Plugin Source:
opensim currency Server - https://gitlab.com/ManfredAabye/opensimcurrencyserver-dotnet
# Source Viewer:
Hippo Viewer - https://sourceforge.net/projects/opensim-viewer/files/
Second Life Viewer - https://github.com/secondlife/viewer
Firestorm Viewer - https://github.com/FirestormViewer/phoenix-firestorm
Alchemy Viewer - https://git.alchemyviewer.org/alchemy/viewer
Singularity Viewer - https://github.com/singularity-viewer/SingularityViewer
SL Autobuild source - https://github.com/secondlife/autobuild
SL Build Variables - https://github.com/secondlife/build-variables
Viewer Link List: https://huggingface.co/ManfredAabye/OpenSim/tree/main
# Web Interface for OpenSim:
w4os - https://wordpress.org/plugins/w4os-opensimulator-web-interface
WiFi Module for OpenSim - https://github.com/diva/diva-distribution
jOpenSim - https://www.jopensim.com/jopensim/downloads1/category/25-joomla-3-x-compatible.html
# Bash Linux
opensimMULTITOOL - https://gitlab.com/ManfredAabye/opensimmultitool
# Batch PowerShell
not available at the moment |