-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS 17 beta issue: abnormal search results. #3
Comments
It appears to be a bug introduced in the iOS 17 beta, where input text is being embedded into the same vector. Currently, I am unable to determine the exact cause of this issue. |
I can confirm the results are the same, not always, but most of the time. |
@RupGautam |
@mazzzystar "Deep green/blue water without mountains around" Gives me the same results. |
@RupGautam Right, you're using iOS 17 beta. As I've mentioned before, every input query in iOS 17 got the same text embedding vector output, which may be cause by model loading failure. |
@RupGautam @flipped0119 |
@mazzzystar So has the bug been fixed with Xcode beta? |
No, I'm saying that when using Xcode 14 + iOS 17 beta simulator to run the app, everything seems to be normal. While in Xcode 15 + iOS 17 the issue occurs. But I only have one phone, and when your phone is upgraded to iOS 17 beta, you can't submit new app to App Store. So I couldn't test this issue on my my real phone. |
Confirmed, when upgraded to |
@flipped0119 @RupGautam @Dealizey max_seq_length = 77
text_encoder_model = ct.convert(
traced_model,
convert_to="mlprogram",
minimum_deployment_target=ct.target.iOS16,
inputs=[ct.TensorType(name="prompt",
shape=example_input.shape),
dtype=np.int32)],
outputs=[ct.TensorType(name="embOutput", dtype=np.float32)],
) |
@mazzzystar Great! When will this bug fix be published? |
It's quite interesting that the Chinese App Store didn't show that update, but the US one did. Maybe it's because of the CDN configuration. |
@Dealizey Queryable & 寻隐 are using two models, so it's two app. In Chinese version, this update is still under beta testing. |
Thanks! Hope the Chinese version will be published soon.❤️❤️❤️ |
@Dealizey It is available now. |
Got that. Thanks a lot! |
In iOS 17 beta 3, regardless of the keyword used, the search results are always the same.
The text was updated successfully, but these errors were encountered: