Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
5 views

First post on here and I am a bit new to setfit as I have only trained one model with it but I don't think I am encountering a beginner problem. So here is the scoop. I was training a an embedding ...
user32223126's user avatar
1 vote
0 answers
7 views

Description of this operation says that the 2 bits in the mod field of ModR/M are ignored. In my disassembler I want to simplify it and just OR the third byte of opcode 0F 20 /r with value 0xC0, which ...
vitsoft's user avatar
  • 5,955
Tooling
0 votes
0 replies
2 views

I'm thinking about passing OCLs for creating complex search expressions to a web API. OCL is restricted by the MDriven model so that the risc of injections is less than with SQL but it still exists. ...
Peter Buchmann's user avatar
-1 votes
0 answers
19 views

I am trying to apply basic effects such as pitch and reverb to Apple Music songs that the user selects via MusicKit. The problem is that MusicKit is solely for playing content and there is no audio ...
Sean Colgan's user avatar
-3 votes
0 answers
19 views

I'm currently trying to make user verification with email address. I am hosting the product on Vercel while using Hostinger email service to send out emails for verification when a user signs up. I'm ...
xchangecode's user avatar
Tooling
0 votes
0 replies
3 views

Is there an easy way to generate a simple triangular mesh, given an implicit surface defined by S = {(u,v) : f(u,v) = 0}  where f(u,v) = ± sqrt(1-(v²)-((u-v²)²)) ? Currently, I have successfully ...
AcK's user avatar
  • 1
-2 votes
1 answer
24 views

` I’m running an Ubuntu 22.04 VM on Oracle Cloud Infrastructure (OCI) Free Tier and cannot access a web service over HTTP, even though all networking appears correct. Setup: Single VCN and single ...
Pankaj Adhikari's user avatar
0 votes
0 answers
19 views

I have notification service that I have in a docker image and am trying to push to a aks cluster. locally everything works with docker desktop and k8 cluster thru docker desktop. I am running windows ...
whisk's user avatar
  • 643
0 votes
1 answer
28 views

I'm trying to make a C++ backend class with QML_ELEMENT macro visible to App.qml, but it doesn't work. I've added qt_add_qml_module to CMakeLists.txt, but it doesn't seem to create the module. Here ...
ASz's user avatar
  • 1
0 votes
1 answer
15 views

I'm currently trying to load a model on MLX. But when I'm loading the model and use the tokenizer there is the following issue: with an incorrect regex pattern: https://huggingface.co/mistralai/...
Willem's user avatar
  • 1
Advice
1 vote
4 replies
9 views

Description of this operation says that the 2 bits in the mod field of ModR/M are ignored. In my disassembler I want to simplify it and just OR the third byte of opcode 0F 20 /r with value 0xC0, which ...
vitsoft's user avatar
  • 5,955
0 votes
2 answers
24 views

I've consulted a few threads on how to calculate percent and I am not sure why but I do not get the same result as I expect to. This is the closest to my actual value: select round( (100.0 * ...
Sarah Mitchell's user avatar
-2 votes
0 answers
27 views

I have a Samsung Galaxy S21 with all recent updates installed; Android version 15, One UI version 7.0, not rooted. I discovered that my device exposes an open TCP port which changes every time after ...
Vitaly Antonov's user avatar
1 vote
1 answer
62 views

In the following code, two completely different implementations of  std::find are used depending on whether the comparison can be performed at compile time. If the compiler can compare the const char* ...
sat0sh1c's user avatar
-2 votes
2 answers
40 views

Please help me to understand the reason My code is so and I recive this error, from the header def create_access_token(**data: dict) -> str: to_encode = data.copy() expire = datetime.utcnow(...
Аркадий Сергеев's user avatar

15 30 50 per page
1
2 3 4 5
1611890