-
### Expected Behavior
Decoding null values to nil should work inside an array.
### Actual Behavior
Cannot decode and I get the following error:
valueNotFound(Swift.Optional, Swift.Decoding…
-
Hi, this looked like an interesting package. I tried using it in a sample app but I get the following error when trying to build after adding the package:
UIError.swift:26
"Cannot find type 'SFS…
inzan updated
2 months ago
-
### Describe the issue
I use the objc bindings for onnxruntime in my iOS app. I load my ML classifier (onnx model), supply it inputs & get valid responses
![Image](https://github.com/user-attachments…
-
The error content is as follows:
```
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
D:\dev\windows-samples\.build\checkouts\swift-windowsfo…
-
**Describe the bug**
What the bug is, and how to reproduce, better with screenshots(描述bug以及复现过程,最好有截图)
lora微调脚本
如下是lora微调脚本,如果使用 --resume_from_checkpoint 加载微调后的模型继续训练,就会报错。显卡型号:A800-40G显存
如果不使用 --…
-
### Checklist
- [X] I read the [troubleshooting guide](https://github.com/bluefireteam/audioplayers/blob/main/troubleshooting.md) before raising this issue
- [X] I made sure that the issue I am raisi…
-
### Is it reproducible with SwiftPM command-line tools: `swift build`, `swift test`, `swift package` etc?
- [X] Confirmed reproduction steps with SwiftPM CLI. The description text _must_ include re…
-
```
使用环境:
torch==2.4
transformers==4.45.dev0
torchvision==0.19.0
4*V100
NVIDIA-SMI 535.154.05
Driver Version: 535.154.05
CUDA Version: 12.2
微调命令:
CUDA_VISIBLE_DEVICES=0,1,…
-
Make sample swift app for Noter ai
checkout branch using:
```
git fetch origin
git checkout flutter-app
```
if this doesn't work,
use
```
git switch flutter-app
```
-
hi! Thanks for the great work!
I want to use interactivity live activity using LiveActivityIntent.
But, I don't know how to refresh in swift code.
Can I update the live activity in swift (widge…