Skip to content

Commit f9d9398

Browse files
committed
feat: add support for gpt-oss
1 parent 8b1d6bd commit f9d9398

File tree

4 files changed

+257
-141
lines changed

4 files changed

+257
-141
lines changed

build.sbt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ lazy val root = project
2222
.settings(
2323
name := "llm4s",
2424

25-
scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", "-Wunused:all"),
25+
scalacOptions ++= Seq(
26+
"-deprecation",
27+
"-feature",
28+
"-unchecked",
29+
"-Wunused:all",
30+
"-Xmax-inlines:64"
31+
),
2632

2733
libraryDependencies += "fr.hammons" %% "slinc-runtime" % "0.6.0",
2834
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.16" % "test",

0 commit comments

Comments
 (0)