Skip to content

Commit

Permalink
Make model public
Browse files Browse the repository at this point in the history
  • Loading branch information
xezero committed Feb 7, 2025
1 parent e48f4ca commit 720134e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TokenML/TokenML.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import CoreML
import Foundation

public enum TokenML {
static let tokensModel: MLModel? = {
public static let tokensModel: MLModel? = {
let configuration = MLModelConfiguration()
configuration.computeUnits = .all

Expand Down

0 comments on commit 720134e

Please sign in to comment.