We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b316f19 commit d6f0e61Copy full SHA for d6f0e61
test/Microsoft.ML.GenAI.Phi.Tests/Phi2Tests.cs
@@ -18,6 +18,10 @@ public class Phi2Tests
18
{
19
public Phi2Tests()
20
21
+ if (Environment.GetEnvironmentVariable("HELIX_CORRELATION_ID") != null)
22
+ {
23
+ Approvals.UseAssemblyLocationForApprovedFiles();
24
+ }
25
torch.set_default_device("meta");
26
}
27
test/Microsoft.ML.GenAI.Phi.Tests/Phi3Tests.cs
@@ -19,6 +19,11 @@ public class Phi3Tests
public Phi3Tests()
+
28
29
0 commit comments