【译】 SolidGoldMagikarp (plus, prompt generation)
原文:SolidGoldMagikarp (plus, prompt generation) 更新 (2023年2月14日): ChatGPT 似乎已经修复了!然而,OpenAI playground 仍然可以引发出非常奇怪的行为,特别是使用 davinci-instruct 模型。 更多的技术细节可以查看这里 我们在这里找到的token背后的故事的更深入(有趣)的调查。 杰西卡·伦...
原文:SolidGoldMagikarp (plus, prompt generation) 更新 (2023年2月14日): ChatGPT 似乎已经修复了!然而,OpenAI playground 仍然可以引发出非常奇怪的行为,特别是使用 davinci-instruct 模型。 更多的技术细节可以查看这里 我们在这里找到的token背后的故事的更深入(有趣)的调查。 杰西卡·伦...
原文:CUTLASS: Fast Linear Algebra in CUDA C++ 2018 年 5 月 21 日更新:CUTLASS 1.0 现已作为开源软件在 CUTLASS 存储库中提供。CUTLASS 1.0 已从我们在以下博客文章中描述的预览版本中发生了重大变化。我们已将 GEMM 计算的结构分解为更深层次的结构化基元,用于加载数据、计算谓词掩码、在 GEMM 层次的每...
原文:Fuck You, Show Me The Prompt. 背景 有很多库旨在通过为您重写或构建提示来改善您的LLMs的输出。这些库声称可以使您的LLMs的输出: 更安全(例:guardrals) 确定性(例:guidance) 结构化(例:instructor) 弹性 (例:langchain) …甚至针对任意指标进行优化(例:DSPy) 这些工具中的一...
Apple Apple Silicon 上有四块硬件可以进行矩阵乘法,分别是CPU,GPU,ANE(Apple Neural Engine)和专门的Coprocessor。 hardware Introduction CPU 标准ARMv8 SIMD/NEON向量指令,128bits位宽 ...
The post is not written by me, and I just copy and paste it here making it convenient for me when writing blogs. There are still a lot of problems here and one of it is how to insert brackets in...