::: dspy.Adapter handler: python options: members: - call - acall
- format
package main | |
import ( | |
"fmt" | |
"os" | |
"github.com/bytecodealliance/wasmtime-go/v31" | |
) | |
// Default memory configuration (matching JavaScript defaults) |
""" | |
Proof-of-concept for NAT traversal and low-latency communication over QUIC | |
between two Modal containers. | |
In theory this could be used to establish a low-latency p2p connection between a | |
service running outside Modal and a Modal GPU container, e.g. for real-time | |
inference on a video stream. Please let us know if you try it! | |
Usage: | |
> modal run modal_quic_hole_punch.py |