File tree Expand file tree Collapse file tree 4 files changed +5
-17
lines changed Expand file tree Collapse file tree 4 files changed +5
-17
lines changed Original file line number Diff line number Diff line change @@ -163,10 +163,7 @@ struct ContentView: View {
163163                .padding() 
164164
165165            // Display some param values to confirm the framework is working 
166-             Text("n_ctx: \(params.n_ctx)") 
167-                 .font(.body) 
168- 
169-             Text("n_batch: \(params.n_batch)") 
166+             Text("dtw_n_top: \(params.dtw_n_top)") 
170167                .font(.body) 
171168
172169            Spacer() 
Original file line number Diff line number Diff line change @@ -158,10 +158,7 @@ struct ContentView: View {
158158                .padding() 
159159
160160            // Display some param values to confirm the framework is working 
161-             Text("n_ctx: \(params.n_ctx)") 
162-                 .font(.body) 
163- 
164-             Text("n_batch: \(params.n_batch)") 
161+             Text("dtw_n_top: \(params.dtw_n_top)") 
165162                .font(.body) 
166163
167164            Spacer() 
Original file line number Diff line number Diff line change @@ -155,11 +155,8 @@ struct ContentView: View {
155155                .padding() 
156156
157157            // Display some param values to confirm the framework is working 
158-             Text("n_ctx: \(params.n_ctx)") 
159-                 .font(.title2) 
160- 
161-             Text("n_batch: \(params.n_batch)") 
162-                 .font(.title2) 
158+             Text("dtw_n_top: \(params.dtw_n_top)") 
159+                 .font(.body) 
163160
164161            Spacer() 
165162        } 
Original file line number Diff line number Diff line change @@ -151,10 +151,7 @@ struct ContentView: View {
151151                .padding() 
152152
153153            // Display some param values to confirm the framework is working 
154-             Text("n_ctx: \(params.n_ctx)") 
155-                 .font(.body) 
156- 
157-             Text("n_batch: \(params.n_batch)") 
154+             Text("dtw_n_top: \(params.dtw_n_top)") 
158155                .font(.body) 
159156
160157            Spacer() 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments