Instructions to use ManfredAabye/OpenSim with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- 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
- 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
- Atomic Chat
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,32 +1,42 @@
|
|
| 1 |
# AI Fine-tuning for OpenSimulator.
|
| 2 |
-
|
| 3 |
# Translate:
|
| 4 |
English, German, French, Spanish, Chinese
|
| 5 |
-
|
| 6 |
# Languages:
|
| 7 |
Bash, Shell, Batch, PowerShell, CSharp, Cpp, CMake, Python, Git, mySQL, SQLite, MariaDB, Linden-Script-Language, OpenSim-Scripting-Language.
|
| 8 |
-
|
| 9 |
# Source:
|
| 10 |
LibOpenMetaverse - https://github.com/opensim/libopenmetaverse
|
|
|
|
| 11 |
OpenSim-Libs - https://github.com/opensim/opensim-libs
|
|
|
|
| 12 |
OpenSimulator - https://github.com/opensim/opensim
|
| 13 |
-
|
| 14 |
# OpenSim Plugin Source:
|
| 15 |
opensim currency Server - https://gitlab.com/ManfredAabye/opensimcurrencyserver-dotnet
|
| 16 |
-
|
| 17 |
# Source Viewer:
|
| 18 |
Hippo Viewer - https://sourceforge.net/projects/opensim-viewer/files/
|
|
|
|
| 19 |
Second Life Viewer - https://github.com/secondlife/viewer
|
|
|
|
| 20 |
Firestorm Viewer - https://github.com/FirestormViewer/phoenix-firestorm
|
|
|
|
| 21 |
Alchemy Viewer - https://git.alchemyviewer.org/alchemy/viewer
|
|
|
|
| 22 |
Singularity Viewer - https://github.com/singularity-viewer/SingularityViewer
|
|
|
|
| 23 |
SL Autobuild source - https://github.com/secondlife/autobuild
|
|
|
|
| 24 |
SL Build Variables - https://github.com/secondlife/build-variables
|
| 25 |
-
|
| 26 |
# Web Interface for OpenSim:
|
| 27 |
w4os - https://wordpress.org/plugins/w4os-opensimulator-web-interface
|
|
|
|
| 28 |
WiFi Module for OpenSim - https://github.com/diva/diva-distribution
|
|
|
|
| 29 |
jOpenSim - https://www.jopensim.com/jopensim/downloads1/category/25-joomla-3-x-compatible.html
|
| 30 |
-
|
| 31 |
# Bash Linux
|
| 32 |
opensimMULTITOOL - https://gitlab.com/ManfredAabye/opensimmultitool
|
|
|
|
| 1 |
# AI Fine-tuning for OpenSimulator.
|
| 2 |
+
|
| 3 |
# Translate:
|
| 4 |
English, German, French, Spanish, Chinese
|
| 5 |
+
|
| 6 |
# Languages:
|
| 7 |
Bash, Shell, Batch, PowerShell, CSharp, Cpp, CMake, Python, Git, mySQL, SQLite, MariaDB, Linden-Script-Language, OpenSim-Scripting-Language.
|
| 8 |
+
|
| 9 |
# Source:
|
| 10 |
LibOpenMetaverse - https://github.com/opensim/libopenmetaverse
|
| 11 |
+
|
| 12 |
OpenSim-Libs - https://github.com/opensim/opensim-libs
|
| 13 |
+
|
| 14 |
OpenSimulator - https://github.com/opensim/opensim
|
| 15 |
+
|
| 16 |
# OpenSim Plugin Source:
|
| 17 |
opensim currency Server - https://gitlab.com/ManfredAabye/opensimcurrencyserver-dotnet
|
| 18 |
+
|
| 19 |
# Source Viewer:
|
| 20 |
Hippo Viewer - https://sourceforge.net/projects/opensim-viewer/files/
|
| 21 |
+
|
| 22 |
Second Life Viewer - https://github.com/secondlife/viewer
|
| 23 |
+
|
| 24 |
Firestorm Viewer - https://github.com/FirestormViewer/phoenix-firestorm
|
| 25 |
+
|
| 26 |
Alchemy Viewer - https://git.alchemyviewer.org/alchemy/viewer
|
| 27 |
+
|
| 28 |
Singularity Viewer - https://github.com/singularity-viewer/SingularityViewer
|
| 29 |
+
|
| 30 |
SL Autobuild source - https://github.com/secondlife/autobuild
|
| 31 |
+
|
| 32 |
SL Build Variables - https://github.com/secondlife/build-variables
|
| 33 |
+
|
| 34 |
# Web Interface for OpenSim:
|
| 35 |
w4os - https://wordpress.org/plugins/w4os-opensimulator-web-interface
|
| 36 |
+
|
| 37 |
WiFi Module for OpenSim - https://github.com/diva/diva-distribution
|
| 38 |
+
|
| 39 |
jOpenSim - https://www.jopensim.com/jopensim/downloads1/category/25-joomla-3-x-compatible.html
|
| 40 |
+
|
| 41 |
# Bash Linux
|
| 42 |
opensimMULTITOOL - https://gitlab.com/ManfredAabye/opensimmultitool
|