mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 17:29:01 +00:00
Switch to use importlib instead of deprecated pkg_resources
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
a6c206ea66
commit
49497d2d96
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
||||||
# This source code is licensed under the terms described in the LICENSE file in
|
# This source code is licensed under the terms described in the LICENSE file in
|
||||||
# the root directory of this source tree.
|
# the root directory of this source tree.
|
||||||
import argparse
|
import argparse
|
||||||
|
|
||||||
|
import importlib.resources
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
from functools import lru_cache
|
from functools import lru_cache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue