Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

mrm8488
/
bloom-7b1-sharded-fp16

Text Generation
Transformers
PyTorch
bloom
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use mrm8488/bloom-7b1-sharded-fp16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mrm8488/bloom-7b1-sharded-fp16 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-generation", model="mrm8488/bloom-7b1-sharded-fp16")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("mrm8488/bloom-7b1-sharded-fp16")
    model = AutoModelForCausalLM.from_pretrained("mrm8488/bloom-7b1-sharded-fp16", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • vLLM

    How to use mrm8488/bloom-7b1-sharded-fp16 with vLLM:

    Install from pip and serve model
    # Install vLLM from pip:
    pip install vllm
    # Start the vLLM server:
    vllm serve "mrm8488/bloom-7b1-sharded-fp16"
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:8000/v1/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "mrm8488/bloom-7b1-sharded-fp16",
    		"prompt": "Once upon a time,",
    		"max_tokens": 512,
    		"temperature": 0.5
    	}'
    Use Docker
    docker model run hf.co/mrm8488/bloom-7b1-sharded-fp16
  • SGLang

    How to use mrm8488/bloom-7b1-sharded-fp16 with SGLang:

    Install from pip and serve model
    # Install SGLang from pip:
    pip install sglang
    # Start the SGLang server:
    python3 -m sglang.launch_server \
        --model-path "mrm8488/bloom-7b1-sharded-fp16" \
        --host 0.0.0.0 \
        --port 30000
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:30000/v1/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "mrm8488/bloom-7b1-sharded-fp16",
    		"prompt": "Once upon a time,",
    		"max_tokens": 512,
    		"temperature": 0.5
    	}'
    Use Docker images
    docker run --gpus all \
        --shm-size 32g \
        -p 30000:30000 \
        -v ~/.cache/huggingface:/root/.cache/huggingface \
        --env "HF_TOKEN=<secret>" \
        --ipc=host \
        lmsysorg/sglang:latest \
        python3 -m sglang.launch_server \
            --model-path "mrm8488/bloom-7b1-sharded-fp16" \
            --host 0.0.0.0 \
            --port 30000
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:30000/v1/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "mrm8488/bloom-7b1-sharded-fp16",
    		"prompt": "Once upon a time,",
    		"max_tokens": 512,
    		"temperature": 0.5
    	}'
  • Docker Model Runner

    How to use mrm8488/bloom-7b1-sharded-fp16 with Docker Model Runner:

    docker model run hf.co/mrm8488/bloom-7b1-sharded-fp16
bloom-7b1-sharded-fp16
16.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
mrm8488's picture
mrm8488
Upload with huggingface_hub
1b1cee6 over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • config.json
    783 Bytes
    Upload with huggingface_hub over 3 years ago
  • generation_config.json
    132 Bytes
    Upload with huggingface_hub over 3 years ago
  • pytorch_model-00001-of-00010.bin

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    537 Bytes
    xet
    Upload with huggingface_hub over 3 years ago
  • pytorch_model-00002-of-00010.bin
    2.06 GB
    xet
    Upload with huggingface_hub over 3 years ago
  • pytorch_model-00003-of-00010.bin
    1.88 GB
    xet
    Upload with huggingface_hub over 3 years ago
  • pytorch_model-00004-of-00010.bin
    1.88 GB
    xet
    Upload with huggingface_hub over 3 years ago
  • pytorch_model-00005-of-00010.bin
    1.98 GB
    xet
    Upload with huggingface_hub over 3 years ago
  • pytorch_model-00006-of-00010.bin
    1.91 GB
    xet
    Upload with huggingface_hub over 3 years ago
  • pytorch_model-00007-of-00010.bin
    1.88 GB
    xet
    Upload with huggingface_hub over 3 years ago
  • pytorch_model-00008-of-00010.bin
    1.88 GB
    xet
    Upload with huggingface_hub over 3 years ago
  • pytorch_model-00009-of-00010.bin
    671 MB
    xet
    Upload with huggingface_hub over 3 years ago
  • pytorch_model-00010-of-00010.bin
    2.06 GB
    xet
    Upload with huggingface_hub over 3 years ago
  • pytorch_model.bin.index.json
    31.9 kB
    Upload with huggingface_hub over 3 years ago