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

petil777
/
srv1_parallel

Transformers
custom_code
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use petil777/srv1_parallel with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("petil777/srv1_parallel", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
srv1_parallel
73.2 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 17 commits
root
add direct saving safetensor logic to modeling
2032b87 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    706 Bytes
    fix config.json to support AutoModelForCausalLM over 2 years ago
  • configuration_srv1.py
    8.49 kB
    Upload configuration_srv1.py over 2 years ago
  • dist.py
    2.32 kB
    Upload 2 files over 2 years ago
  • handle_safetensors.py
    2.86 kB
    Fix handle_safetensor over 2 years ago
  • layers.py
    8.33 kB
    Upload 2 files over 2 years ago
  • modeling_srv1_tp.py
    40.6 kB
    add direct saving safetensor logic to modeling over 2 years ago
  • test_modeling.py
    1.23 kB
    add test code over 2 years ago
  • weights.py
    7.15 kB
    Upload weights.py over 2 years ago