From 79fe16bda1b1cdfa9899ce1ea540e843f04e97a3 Mon Sep 17 00:00:00 2001 From: ZZZJ <3056485198@qq.com> Date: Tue, 11 Nov 2025 19:24:06 +0800 Subject: [PATCH] #28 --- S1/28/prompt.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/S1/28/prompt.txt b/S1/28/prompt.txt index bb1b973..73ff4bd 100644 --- a/S1/28/prompt.txt +++ b/S1/28/prompt.txt @@ -5,7 +5,6 @@ You have complete freedom to choose the set of operators you want to replace. Yo Here's an example to show you the syntax of inline embedding custom CUDA operators in torch: The example given architecture is: ```python -# mseloss_torch.py import torch import torch.nn as nn import torch.nn.functional as F