Skip to content

Commit

Permalink
Merge pull request #195 from JetBrains-Research/fix-doc-gen
Browse files Browse the repository at this point in the history
[docs] Fix documentation generator
  • Loading branch information
dmitriyb authored Jul 23, 2024
2 parents c9b773c + 3de4fcb commit b6c2e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-generator/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def main():
parser.add_argument(
"--core_factory_file",
help="Path to core operator factory",
default="inference/inference-core/src/commonMain/kotlin/io/kinference.core/operators/KIOperatorFactory.kt",
default="inference/inference-core/src/jvmMain/kotlin/io/kinference.core/operators/KIOperatorFactory.kt",
required=False
)

Expand Down

0 comments on commit b6c2e7e

Please sign in to comment.