mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-10-22 12:58:11 +08:00
add copyright in source
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# Copyright © 2023 Apple Inc.
|
||||
|
||||
import argparse
|
||||
from itertools import starmap
|
||||
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# Copyright © 2023 Apple Inc.
|
||||
|
||||
import math
|
||||
|
||||
import mlx.core as mx
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# Copyright © 2023 Apple Inc.
|
||||
|
||||
import argparse
|
||||
import math
|
||||
import numpy as np
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# Copyright © 2023 Apple Inc.
|
||||
|
||||
"""
|
||||
Code to preprocess the WikiSQL dataset adapted from
|
||||
https://github.com/salesforce/WikiSQL and
|
||||
|
Reference in New Issue
Block a user