Skip to content

Commit 95add76

Browse files
committed
Remove unused header and fix fold picker
1 parent 5f21dba commit 95add76

File tree

3 files changed

+1
-5645
lines changed

3 files changed

+1
-5645
lines changed

mobile/examples/phi-3/ios/LocalLLM/LocalLLM/ContentView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ struct ContentView: View {
1616
@State private var stats: String = "" // token generation stats
1717
@State private var showAlert: Bool = false
1818
@State private var errorMessage: String = ""
19+
@State private var showFolderPicker: Bool = false // State for folder picker sheet
1920

2021
private let generator = GenAIGenerator()
2122

mobile/examples/phi-3/ios/LocalLLM/LocalLLM/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ For example:
7979
- If you want to run on an iPhone, you must build both onnxruntime and onnxruntime-genai for arm64 and copy the appropriate files to the app's `lib` directory.
8080

8181
The header files to copy are:
82-
`<ORT_MAIN_SOURCE_REPO>/onnxruntime/core/session/onnxruntime_c_api.h`,
8382
`<ORT_GENAI_MAIN_SOURCE_REPO>/src/ort_genai.h`,
8483
`<ORT_GENAI_MAIN_SOURCE_REPO>/src/ort_genai_c.h`.
8584

0 commit comments

Comments
 (0)