You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch 'submission-v4.1' into 'master' (#949)
* Enable stable_diffusion tests
* Add a caption_id to coco_gen dataset (#918)
* Final Submission for code for Qualcomm
co-author: Aswin B <[email protected]>
co-author: Utkarsh Mishra <[email protected]>
* Addressing review comments
* Update seed and num_steps for TFLite SD task (#16)
* Ran make format
* Applying linter changes
* Update QTI backend for submission v4.1 (#13)
* Ignore QTI private SDK and libs
* Update path for QTI SDK
* Download QTI libs for SD task
* Fix QTI BUILD file
* Update integration test
* Set WITH_STABLEDIFFUSION=1 for CI build
* Fix QTI pbtxt files
* Disable SD task for Apple devices
* Update model path and checksum for QTI
* Remove tiny groundtruth_path for SD task
* Update path for TFLite models
* Update groundtruth_path for SD task
* Update tflite_settings_mtk_mt6989.pbtxt
* enable stable diffusion in Pixel backend (#936)
* hacks to enable stable diffusion on Pixel backend
* buildifer and clang-format
* remove unnecessary line
* adapt to submission-v4.1
* feat: add icon and description for Stable Diffusion benchmark (#917)
* Add icon for stable_diffusion task
* Add description for stable_diffusion task
* Sort the order of task based on BenchmarkId.allIds
* Fix ios-build-test.yml
* Fix ios-build-test.yml
* use time step embedding from file (#928)
* feat: pass task-specific config to backend (#922)
* Add TaskConfig.CustomConfig and pass them to backend
* Add CustomConfig for main.cc
* Use seed and num_steps from CustomConfig for TFLite backend
* Replace std::cout with LOG(INFO)
* Format files
* feat: add ConvertOutputs() API (#927)
* Add ConvertOutputs() API
* Add ConvertOutputs() for mobile_back_tflite
* Set minimum macos version
* Set minimum macos version to 13.1
* Update _kIphoneOnGitHubAction
* feat: timestamp-embedding-parser (WIP)
* disabled bitcode to be able compile with new XCode
* chore: formatting
* refactor: use custom setting in Core ML backend to detect NCHW input. (#924)
* Add GetConfigValue()
* Add custom setting data-format for Core ML
* Use GetConfigValue() to get stable_diffusion_seed and stable_diffusion_num_steps
* fix: resolve crash due to permission denied on Android Play Store version (#930)
* Set android:extractNativeLibs="true"
* Set android.bundle.enableUncompressedNativeLibs=false
* chore: increase Android minSdkVersion from 21 to 30 (#859)
Increase minSdkVersion to 30
* feat: finalized SD pipeline to use embedding from the binary file.
* refactor: updated embedding_utils to parse pkl file
* chore: linting
* fix: fixed lint issue in neuron
* chore: BUILD cleanup
* chore: cleanup
* chore: ignore .fvm
* chore: updated model paths and checksums for stable diffusion benchmark: tflite_settings_android.pbtxt
* chore: reverse timesteps and embeddings to support descending order of the timesteps and embeddings
* chore: fixed formatting
* chore: added links to the sd models and timestep embeddings file
* chore: add the proper name for the embedding_timesteps file
* chore: added missed declaration for backend_convert_outputs
* chore: clang formatting
* chore: added missed files
* chore: fixed build file for the pixel backend
* chore: bazel formatting
* fix: added missed interface implementation for pixel
* chore: clang formatting
---------
Co-authored-by: Anh <[email protected]>
* Update model_path for stable_diffusion (#946)
* Use CloudFare link for qti model_path
* Use CloudFare link for tflite model_path
* Fix build error
* Add missing model_checksum
* Update expected_throughput
* qti backend blocking other backends fix
---------
Co-authored-by: Mohit Mundhra <[email protected]>
Co-authored-by: Koan-Sin Tan <[email protected]>
Co-authored-by: RSMNYS <[email protected]>
0 commit comments