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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

aravind-kesiraju
/
codellama-7b-hf-sql

Text-to-Image
Diffusers
Safetensors
llama
stable-diffusion
lora
template:sd-lora
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

Instructions to use aravind-kesiraju/codellama-7b-hf-sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use aravind-kesiraju/codellama-7b-hf-sql with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("codellama/CodeLlama-7b-hf", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("aravind-kesiraju/codellama-7b-hf-sql")
    
    prompt = "-"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
codellama-7b-hf-sql
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
aravind-kesiraju's picture
aravind-kesiraju
Upload 6 files
fd21326 verified over 2 years ago
  • images
    Add 3 files over 2 years ago
  • .gitattributes
    2.31 kB
    initial commit over 2 years ago
  • README.md
    440 Bytes
    initial commit over 2 years ago
  • adapter_config.json
    628 Bytes
    Upload 6 files over 2 years ago
  • adapter_model.bin

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    888 Bytes
    xet
    Add 3 files over 2 years ago
  • config.json
    1.07 kB
    Upload 6 files over 2 years ago
  • generation_config.json
    111 Bytes
    Upload 6 files over 2 years ago
  • model.safetensors
    4.73 GB
    xet
    Add 3 files over 2 years ago
  • special_tokens_map.json
    539 Bytes
    Upload 6 files over 2 years ago
  • tokenizer.json
    1.84 MB
    Upload 6 files over 2 years ago
  • tokenizer_config.json
    1.84 kB
    Upload 6 files over 2 years ago