Skip to content

Conversation

@p1-0tr
Copy link

@p1-0tr p1-0tr commented Jun 13, 2025

No description provided.

@p1-0tr p1-0tr requested review from doringeman and xenoscopic June 13, 2025 08:44
@p1-0tr p1-0tr merged commit 6cd0e61 into main Jun 13, 2025
4 checks passed
@p1-0tr p1-0tr deleted the ps-llama-server-version branch June 13, 2025 08:52
ericcurtin referenced this pull request in ericcurtin/model-runner Sep 21, 2025
* fix items filter

* test qwen3coder capabilities

* fix detection of tool calls and obj args requirement for qwen3 coder
doringeman pushed a commit to doringeman/model-runner that referenced this pull request Sep 23, 2025
* - renamings
- add Layer struct into progress.Message struct

* Reporter can receive a Layer on initialization

* Reporter per layer

* Verify layer progress

* use buffered channel to reduce backpressure

* Fix test

* time based interval to 100 ms (the general threshold for human perception) and size based interval to 1 MB

* p.Complete contains the completed bytes so far, meaning we need to keep track of previous p.Complete seen, and update the time based condition to: p.Complete-lastUpdateBytes >= MinBytesForUpdate
Otherwise we always emit progress

* drop intermediate updates if they're not serviced fast enough

* minor: Renaming

* clean up
doringeman pushed a commit to doringeman/model-runner that referenced this pull request Sep 24, 2025
* - renamings
- add Layer struct into progress.Message struct

* Reporter can receive a Layer on initialization

* Reporter per layer

* Verify layer progress

* use buffered channel to reduce backpressure

* Fix test

* time based interval to 100 ms (the general threshold for human perception) and size based interval to 1 MB

* p.Complete contains the completed bytes so far, meaning we need to keep track of previous p.Complete seen, and update the time based condition to: p.Complete-lastUpdateBytes >= MinBytesForUpdate
Otherwise we always emit progress

* drop intermediate updates if they're not serviced fast enough

* minor: Renaming

* clean up
doringeman pushed a commit to doringeman/model-runner that referenced this pull request Oct 2, 2025
Construct Compose provider URLs through container inspection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants