Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

muhammadmuneeb007
/
BioStarsGPT

Safetensors
GGUF
qwen2
Model card Files Files and versions
xet
Community

Instructions to use muhammadmuneeb007/BioStarsGPT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • llama-cpp-python

    How to use muhammadmuneeb007/BioStarsGPT with llama-cpp-python:

    # !pip install llama-cpp-python
    
    from llama_cpp import Llama
    
    llm = Llama.from_pretrained(
    	repo_id="muhammadmuneeb007/BioStarsGPT",
    	filename="qwen-model-f16.gguf",
    )
    
    output = llm(
    	"Once upon a time,",
    	max_tokens=512,
    	echo=True
    )
    print(output)
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • llama.cpp

    How to use muhammadmuneeb007/BioStarsGPT with llama.cpp:

    Install from brew
    brew install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama-server -hf muhammadmuneeb007/BioStarsGPT:F16
    # Run inference directly in the terminal:
    llama-cli -hf muhammadmuneeb007/BioStarsGPT:F16
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama-server -hf muhammadmuneeb007/BioStarsGPT:F16
    # Run inference directly in the terminal:
    llama-cli -hf muhammadmuneeb007/BioStarsGPT: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 muhammadmuneeb007/BioStarsGPT:F16
    # Run inference directly in the terminal:
    ./llama-cli -hf muhammadmuneeb007/BioStarsGPT: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 muhammadmuneeb007/BioStarsGPT:F16
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf muhammadmuneeb007/BioStarsGPT:F16
    Use Docker
    docker model run hf.co/muhammadmuneeb007/BioStarsGPT:F16
  • LM Studio
  • Jan
  • Ollama

    How to use muhammadmuneeb007/BioStarsGPT with Ollama:

    ollama run hf.co/muhammadmuneeb007/BioStarsGPT:F16
  • Unsloth Studio new

    How to use muhammadmuneeb007/BioStarsGPT 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 muhammadmuneeb007/BioStarsGPT 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 muhammadmuneeb007/BioStarsGPT to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for muhammadmuneeb007/BioStarsGPT to start chatting
  • Docker Model Runner

    How to use muhammadmuneeb007/BioStarsGPT with Docker Model Runner:

    docker model run hf.co/muhammadmuneeb007/BioStarsGPT:F16
  • Lemonade

    How to use muhammadmuneeb007/BioStarsGPT with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull muhammadmuneeb007/BioStarsGPT:F16
    Run and chat with the model
    lemonade run user.BioStarsGPT-F16
    List all available models
    lemonade list
BioStarsGPT
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
muhammadmuneeb007's picture
muhammadmuneeb007
Upload 15 files
1d438c7 verified 10 months ago
  • .gitattributes
    1.63 kB
    Upload 15 files 10 months ago
  • Modelfile
    1.23 kB
    Upload 15 files 10 months ago
  • added_tokens.json
    605 Bytes
    Upload 15 files 10 months ago
  • config.json
    765 Bytes
    Upload 15 files 10 months ago
  • generation_config.json
    167 Bytes
    Upload 15 files 10 months ago
  • merges.txt
    1.67 MB
    Upload 15 files 10 months ago
  • model-00001-of-00004.safetensors
    4.88 GB
    xet
    Upload 15 files 10 months ago
  • model-00002-of-00004.safetensors
    4.93 GB
    xet
    Upload 15 files 10 months ago
  • model-00003-of-00004.safetensors
    4.33 GB
    xet
    Upload 15 files 10 months ago
  • model-00004-of-00004.safetensors
    1.09 GB
    xet
    Upload 15 files 10 months ago
  • model.safetensors.index.json
    27.8 kB
    Upload 15 files 10 months ago
  • qwen-model-f16.gguf
    15.2 GB
    xet
    Upload 15 files 10 months ago
  • special_tokens_map.json
    617 Bytes
    Upload 15 files 10 months ago
  • tokenizer.json
    11.4 MB
    xet
    Upload 15 files 10 months ago
  • tokenizer_config.json
    4.72 kB
    Upload 15 files 10 months ago
  • vocab.json
    2.78 MB
    Upload 15 files 10 months ago