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

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -184,12 +184,10 @@ After compiling models from step 1. Models can be profiled model on-device using
184
  provisioned in the cloud. Once the job is submitted, you can navigate to a
185
  provided job URL to view a variety of on-device performance metrics.
186
  ```python
187
-
188
  encoder_profile_job = hub.submit_profile_job(
189
  model=encoder_target_model,
190
  device=device,
191
  )
192
-
193
  decoder_profile_job = hub.submit_profile_job(
194
  model=decoder_target_model,
195
  device=device,
 
184
  provisioned in the cloud. Once the job is submitted, you can navigate to a
185
  provided job URL to view a variety of on-device performance metrics.
186
  ```python
 
187
  encoder_profile_job = hub.submit_profile_job(
188
  model=encoder_target_model,
189
  device=device,
190
  )
 
191
  decoder_profile_job = hub.submit_profile_job(
192
  model=decoder_target_model,
193
  device=device,