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:
@@ -3,8 +3,7 @@
|
|||||||
import argparse
|
import argparse
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from datetime import date
|
from gpt_oss.metal import Context, Model
|
||||||
from gpt_oss import Context, Model
|
|
||||||
|
|
||||||
|
|
||||||
parser = argparse.ArgumentParser(description='Chat with gpt-oss', formatter_class=argparse.ArgumentDefaultsHelpFormatter)
|
parser = argparse.ArgumentParser(description='Chat with gpt-oss', formatter_class=argparse.ArgumentDefaultsHelpFormatter)
|
||||||
|
|||||||
Reference in New Issue
Block a user