egSat
egSat
For API I had to manually insert in completions.py the fields: 'skip_special_tokens': False, 'custom_stopping_strings': '""' as the other side doesnt insert those fields. I think the API should complete the...
Hi all, It's not working for me either, but just using the train.py without the -m torch.distributed.launch does. I don't know if the -m torch.distributed.launch makes the paralelism better though
Hi, have anyone tried this? It should improve tracking results As I understands from the question, it should be: new_covariance = covariance - np.linalg.multi_dot(( kalman_gain, projected_cov, covariance ))
Hi all I have this error when trying to convert yolov10s to tflite with int8. Command: onnx2tf -i /runs/train/weights/best.onnx -o /runs/train/weights/ -nuo --verbosity info -oiqt -ioqd uint8 -qt per-tensor -cind...
This still is failing.. it makes calling embeddings from OpenAI api unusable.