Install from WinGet (Windows)
winget install llama.cpp
# 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:F16Use 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:F16Build 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:F16Use Docker
docker model run hf.co/ManfredAabye/OpenSim:F16AI 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
- Downloads last month
- 7
16-bit
Install from brew
# 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