shreyajn commited on
Commit
64875e6
1 Parent(s): 4797dda

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -143,7 +143,6 @@ decoder_model = WhisperDecoder.from_pretrained()
143
  # Device
144
  device = hub.Device("Samsung Galaxy S23")
145
 
146
-
147
  # Trace model
148
  encoder_input_shape = encoder_model.get_input_spec()
149
  encoder_sample_inputs = encoder_model.sample_inputs()
@@ -159,7 +158,6 @@ encoder_compile_job = hub.submit_compile_job(
159
 
160
  # Get target model to run on-device
161
  encoder_target_model = encoder_compile_job.get_target_model()
162
-
163
  # Trace model
164
  decoder_input_shape = decoder_model.get_input_spec()
165
  decoder_sample_inputs = decoder_model.sample_inputs()
 
143
  # Device
144
  device = hub.Device("Samsung Galaxy S23")
145
 
 
146
  # Trace model
147
  encoder_input_shape = encoder_model.get_input_spec()
148
  encoder_sample_inputs = encoder_model.sample_inputs()
 
158
 
159
  # Get target model to run on-device
160
  encoder_target_model = encoder_compile_job.get_target_model()
 
161
  # Trace model
162
  decoder_input_shape = decoder_model.get_input_spec()
163
  decoder_sample_inputs = decoder_model.sample_inputs()