mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-03 19:57:35 +00:00
5 lines
91 B
Bash
5 lines
91 B
Bash
#!/bin/bash
|
|
|
|
set -x
|
|
|
|
PYTHONPATH=../../../oss-ops:../.. python3 -m toolchain.spec.generate
|