How to use from
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 ndavidson/iNAM-2.7B-v1.0-beta
# Run inference directly in the terminal:
llama cli -hf ndavidson/iNAM-2.7B-v1.0-beta
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf ndavidson/iNAM-2.7B-v1.0-beta
# Run inference directly in the terminal:
llama cli -hf ndavidson/iNAM-2.7B-v1.0-beta
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 ndavidson/iNAM-2.7B-v1.0-beta
# Run inference directly in the terminal:
./llama-cli -hf ndavidson/iNAM-2.7B-v1.0-beta
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 ndavidson/iNAM-2.7B-v1.0-beta
# Run inference directly in the terminal:
./build/bin/llama-cli -hf ndavidson/iNAM-2.7B-v1.0-beta
Use Docker
docker model run hf.co/ndavidson/iNAM-2.7B-v1.0-beta
Quick Links

Cisco iNAM

Cisco iNAM (Intelligent Networking, Automation, and Management), is a nano sized LLM used for asking questions about Cisco Datacenter Products. It is finetuned from the pretrained Phi-2 model from Microsoft Research.

Model Details

Model Description

Model is quantized to 4-bit to be able to run inference on physical deployments of datacenter products. Initial launch is planned for Nexus Dashboard.

  • Developed by: Cisco
  • Funded by [optional]: Cisco
  • Model type: Transformer
  • Language(s) (NLP): English
  • License: Cisco Commercial

Model Sources [optional]

  • Repository: [More Information Needed]
  • Paper [optional]: [More Information Needed]
  • Demo [optional]: [More Information Needed]

Prompt Format

iNAM uses ChatML as the prompt format.

It's recommended to always prompt with a system instruction (use whatever system prompt you like):

<|im_start|>system
You are a helpful assistant for Python which outputs in Markdown format.<|im_end|>
<|im_start|>user
Write a function to calculate the Fibonacci sequence<|im_end|>
<|im_start|>assistant
Downloads last month
31
GGUF
Model size
3B params
Architecture
phi2
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train ndavidson/iNAM-2.7B-v1.0-beta