Merge branch 'dev' into test-fp8

This commit is contained in:
Kohaku-Blueleaf
2023-11-16 21:53:13 +08:00
19 changed files with 452 additions and 226 deletions

View File

@@ -12,6 +12,8 @@ function isMobile() {
}
function reportWindowSize() {
if (gradioApp().querySelector('.toprow-compact-tools')) return; // not applicable for compact prompt layout
var currentlyMobile = isMobile();
if (currentlyMobile == isSetupForMobile) return;
isSetupForMobile = currentlyMobile;