Asking Better Questions in the Age of LLMs

In the era of large language models, what should we ask? Ask the questions that only AI can make possible.

思考

A Simple Prompting Trick for LLMs: STAR

Optimize your LLM prompts with the STAR framework.

笔记

Essential conda Commands You Need to Know

All commands below are demonstrated on Windows. Entering a conda environment 1 activate Exiting 1 deactivate Creating an environment 1 conda create -n If you’re using python, you’ll need to run 1 conda create -n python Entering a specific environment 1 conda activate

笔记

Deploying Stable Video Diffusion on a Domestic Server: A Step-by-Step Guide

Learn how to set up Stable Video Diffusion on a China-based server, from environment configuration and model downloads to optimizing performance under local network constraints.

教程
12