Fix import for metal example (#24)

It was previously pointing to an empty __init__.py.

Also remove unused date import.
This commit is contained in:
Jack Clayton
2025-08-05 11:24:18 -10:00
committed by GitHub
parent 89fe402d10
commit 8fe4ee2088

View File

@@ -3,8 +3,7 @@
import argparse
import sys
from datetime import date
from gpt_oss import Context, Model
from gpt_oss.metal import Context, Model
parser = argparse.ArgumentParser(description='Chat with gpt-oss', formatter_class=argparse.ArgumentDefaultsHelpFormatter)