This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Git Worktree 设置脚本,集成 Claude Code | |
| # 用法: ./working-tree.sh <worktree名称> | |
| set -e # 遇到错误时退出 | |
| # 输出颜色设置 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import torch | |
| import gradio as gr | |
| from transformers import ( | |
| AutomaticSpeechRecognitionPipeline, | |
| WhisperForConditionalGeneration, | |
| WhisperTokenizer, | |
| WhisperProcessor, | |
| ) | |
| from peft import PeftModel, PeftConfig |
| PostgreSQL Type | PostgreSQL Size | Description | Range | Diesel Type | Rust Type |
|---|---|---|---|---|---|
| Nullable Types | nullable | Nullable`` |
This is a demo of how our documentation engine to see the real Paw docs go to Paw Docs
.. bc::
:noindex: true
* Paw Docs Engine demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| # -*- coding: UTF-8 -*- | |
| # | |
| # 脚本功能:上传从Let's Encrypt申请的 cdn.xxxx.com 的SSL证书到七牛云存储并启用。 | |
| # 使用方法: python qiniu_letssl.py | |
| # | |
| # pip install qiniu | |
| import qiniu | |
| from qiniu import DomainManager |