Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 9c73365

Browse files
Use eager mode for wordseg example (#597)
1 parent f2c878e commit 9c73365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/WordSeg/main.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ let modelParameters = SNLM.Parameters(
6666
order: order
6767
)
6868

69-
let device = Device.defaultXLA
69+
let device = Device.defaultTFEager
7070

7171
var model = SNLM(parameters: modelParameters)
7272
model.move(to: device)

0 commit comments

Comments
 (0)